Seller dashboard
Manage your listings, verification and earnings. The full self-serve dashboard is on the way — today you publish and manage listings via the API.
Manage your listings, verification and earnings. The full self-serve dashboard is on the way — today you publish and manage listings via the API.
X-Seller-Key.POST /v1/marketplace/sellers returns a one-time sellerKey. Store it safely — only its hash is kept and it cannot be recovered.
POST /v1/marketplace/services with header X-Seller-Key and your service details (name, MCP endpoint, price per call, category). The listing starts pending.
List your services with GET /v1/marketplace/services?seller=<id>, or see them live in Browse. Earnings & verification land here next.
See the API docs for full request/response shapes. Get the trust badge on Get Verified.
GET /v1/marketplace/sellers/me (with X-Seller-Key) returns your verified, subscriptionUntil and kycStatus.
POST /v1/marketplace/verify/subscribe (x402-paid, X-Seller-Key) activates or renews the badge for 30 days. Paid to FiatDock via x402 — non-custodial.
POST /v1/marketplace/verify/start begins KYC (Sumsub). Your badge goes live when the subscription is current and KYC is approved.
Live badge revenue switches on with base mainnet (Decision D3); on base-sepolia the whole flow runs for testing. More: Get Verified.