Dexter
Dexter
Docs

API Reference

This page is a directory of important public endpoints, not a full request/response schema reference.

Use it to answer:

  • which public surface owns this endpoint
  • whether the route belongs to api.dexter.cash or x402.dexter.cash
  • where to go for deeper implementation docs

If you need workflow guidance, go back to the owner pages in Build With x402, Facilitator and Chains, or API and Architecture.

Dexter API — api.dexter.cash

MethodPathPurposeOwner docs
GET/healthService health probe
POST/realtime/sessionsMint realtime WebRTC sessionsRealtime Sessions
POST/chatMain chat flow
GET/chat/streamStream chat output
GET/auth/configFrontend auth config
GET/api/wallets/resolverResolve managed walletsWallet Resolver
POST/api/connector/oauth/tokenConnector token exchangeConnector OAuth
GET/toolsList MCP tool surfacesOpenDexter Tools
POST/pro/subscribex402-backed subscription

Facilitator API — x402.dexter.cash

MethodPathPurposeOwner docs
GET/supportedLive network, scheme, signer, and capability matrixGET /supported
POST/verifyValidate payment payload before settlementPOST /verify
POST/settleSubmit payment for on-chain settlementPOST /settle
GET/healthzFacilitator health probeFacilitator and Chains

Marketplace API — api.dexter.cash

MethodPathPurposeOwner docs
GET/api/facilitator/marketplace/resourcesSearch marketplace resources. Query params include search, category, seller, network, verified, maxPrice, sort, limit, offset.Marketplace and Discovery
GET/api/facilitator/marketplace/statsAggregate marketplace statisticsMarketplace and Discovery
GET/api/facilitator/marketplace/verification-statsVerification pass/fail breakdownTrust and Protection
GET/api/facilitator/marketplace/resources/:id/historyVerification history for a resourceTrust and Protection
POST/api/facilitator/marketplace/resources/:id/verifyTrigger immediate re-verification (1h cooldown)Trust and Protection
GET/api/facilitator/marketplace/resources/:id/verification-statusCurrent verification statusTrust and Protection

Lab API — api.dexter.cash

MethodPathPurposeOwner docs
GET/api/dexter-lab/resources/publicPublic resource feed / marketplace viewDexter Lab
GET/api/dexter-lab/resources/:idResource details, tests, and eventsDexter Lab
GET/api/dexter-lab/resources/:id/agent.jsonA2A Agent Card (Google Agent-to-Agent v0.2.1)API and Architecture
GET/api/dexter-lab/wallets/:resourceId/balanceSOL/USDC balance for a resourceDexter Lab
GET/api/dexter-lab/resources/:id/revenue-seriesRevenue over timeDexter Lab
GET/api/dexter-lab/resources/:id/payoutsPayout historyDexter Lab

The resourceId for marketplace endpoints is base64(payTo:resourceUrl).

On this page