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.cashorx402.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
| Method | Path | Purpose | Owner docs |
|---|---|---|---|
GET | /health | Service health probe | — |
POST | /realtime/sessions | Mint realtime WebRTC sessions | Realtime Sessions |
POST | /chat | Main chat flow | — |
GET | /chat/stream | Stream chat output | — |
GET | /auth/config | Frontend auth config | — |
GET | /api/wallets/resolver | Resolve managed wallets | Wallet Resolver |
POST | /api/connector/oauth/token | Connector token exchange | Connector OAuth |
GET | /tools | List MCP tool surfaces | OpenDexter Tools |
POST | /pro/subscribe | x402-backed subscription | — |
Facilitator API — x402.dexter.cash
| Method | Path | Purpose | Owner docs |
|---|---|---|---|
GET | /supported | Live network, scheme, signer, and capability matrix | GET /supported |
POST | /verify | Validate payment payload before settlement | POST /verify |
POST | /settle | Submit payment for on-chain settlement | POST /settle |
GET | /healthz | Facilitator health probe | Facilitator and Chains |
Marketplace API — api.dexter.cash
| Method | Path | Purpose | Owner docs |
|---|---|---|---|
GET | /api/facilitator/marketplace/resources | Search marketplace resources. Query params include search, category, seller, network, verified, maxPrice, sort, limit, offset. | Marketplace and Discovery |
GET | /api/facilitator/marketplace/stats | Aggregate marketplace statistics | Marketplace and Discovery |
GET | /api/facilitator/marketplace/verification-stats | Verification pass/fail breakdown | Trust and Protection |
GET | /api/facilitator/marketplace/resources/:id/history | Verification history for a resource | Trust and Protection |
POST | /api/facilitator/marketplace/resources/:id/verify | Trigger immediate re-verification (1h cooldown) | Trust and Protection |
GET | /api/facilitator/marketplace/resources/:id/verification-status | Current verification status | Trust and Protection |
Lab API — api.dexter.cash
| Method | Path | Purpose | Owner docs |
|---|---|---|---|
GET | /api/dexter-lab/resources/public | Public resource feed / marketplace view | Dexter Lab |
GET | /api/dexter-lab/resources/:id | Resource details, tests, and events | Dexter Lab |
GET | /api/dexter-lab/resources/:id/agent.json | A2A Agent Card (Google Agent-to-Agent v0.2.1) | API and Architecture |
GET | /api/dexter-lab/wallets/:resourceId/balance | SOL/USDC balance for a resource | Dexter Lab |
GET | /api/dexter-lab/resources/:id/revenue-series | Revenue over time | Dexter Lab |
GET | /api/dexter-lab/resources/:id/payouts | Payout history | Dexter Lab |
The resourceId for marketplace endpoints is base64(payTo:resourceUrl).