DexterDexter

DexterAPI Reference

Reference for the Dexter public API endpoints.

API Reference

Public Endpoints

Base URL: https://api.dexter.cash

These endpoints are publicly accessible.


Marketplace Resources

Get all available x402 resources.

GET /api/facilitator/marketplace/resources

Response:

{
  "ok": true,
  "resources": [
    {
      "resourceUrl": "https://x402.dexter.cash/api/...",
      "displayName": "Resource Name",
      "description": "Description",
      "category": "DeFi",
      "priceUsd": 0.01,
      "payTo": "SELLER_WALLET",
      "stats": {
        "totalCalls": 913100,
        "totalVolumeUsd": 91310
      }
    }
  ]
}

Ecosystem Projects

Get all sellers with aggregated stats.

GET /api/ecosystem/projects

Query Parameters:

ParamTypeDescription
timeframestring1d, 7d, 30d, 90d
sortstringvolume, settlements, recent
directionstringasc, desc

Seller Profile

Get a seller's public profile.

GET /api/facilitator/sellers/:payTo/profile

Seller Stats

Get aggregated stats for a seller.

GET /api/facilitator/sellers/:payTo/stats

Facilitator Endpoints

Base URL: https://x402.dexter.cash

See the Facilitator docs for full details on /supported, /verify, and /settle.


Support

On this page