{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-dexter-cash-api-tools-x402-scan-stats",
  "title": "Dexter Cash \u00b7 x402 Scan Leaderboard Stats",
  "url": "https://api.dexter.cash/api/tools/x402/scan/stats",
  "category": "data",
  "summary": "Retrieve aggregated statistics and rankings for x402 facilitators, servers, agents, and tools across supported chains.",
  "seo": {
    "title": "x402 Leaderboard API | Dexter Cash Scan Stats",
    "description": "Query x402 ecosystem leaderboard statistics via x402 micropayment. 0.05 USDC on Solana. Facilitator, server, agent, and tool rankings."
  },
  "use_cases": [
    "Rank x402 service providers by usage",
    "Analyze ecosystem adoption trends",
    "Compare facilitator performance metrics",
    "Discover top-performing x402 agents and tools",
    "Track chain-specific x402 activity distribution"
  ],
  "ideal_buyer": "x402 ecosystem researchers, service comparison platforms, and agents evaluating provider reputation and market position.",
  "example_prompt": "Get the top 20 facilitators ranked by transaction volume on Solana, sorted descending",
  "example_request_body": {
    "chain": "solana",
    "entity": "facilitators",
    "direction": "desc"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "DevFFyNWxZPtYLpEjzUnN1PFc9Po6PH7eZCi9f3tTkTw",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "50000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "x402scan facilitator/server/agent/tool leaderboard proxy",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "GET",
          "queryParams": {
            "ids": {
              "type": "string",
              "description": "Comma-separated IDs to filter specific facilitators, servers, agents, or tools."
            },
            "page": {
              "type": "integer",
              "description": "Zero-based page index. Defaults to 0."
            },
            "chain": {
              "type": "string",
              "description": "Optional chain filter (solana, base, polygon, optimism). Only applies to facilitator/server lookups."
            },
            "limit": {
              "type": "integer",
              "description": "Rows per page (1-50). Defaults to 10."
            },
            "entity": {
              "enum": [
                "facilitators",
                "servers",
                "agents",
                "tools"
              ],
              "type": "string",
              "description": "Leaderboard entity to query. Defaults to facilitators."
            },
            "sort_by": {
              "type": "string",
              "description": "Sort key for the entity (facilitators: tx_count, total_amount, latest_block_timestamp, unique_buyers, unique_sellers, etc.)."
            },
            "direction": {
              "enum": [
                "asc",
                "desc"
              ],
              "type": "string",
              "description": "Sort direction (default desc)."
            },
            "timeframe": {
              "type": "string",
              "description": "Rolling window such as 1d, 7d, 30d, or a numeric day count (defaults to 1d)."
            },
            "include_summary": {
              "type": "boolean",
              "description": "true/false. When false, skips the aggregate summary lookup (default true)."
            }
          }
        },
        "output": {
          "ok": {
            "type": "boolean",
            "description": "True when the x402scan proxy succeeds."
          },
          "error": {
            "type": "string",
            "description": "Error code when ok=false."
          },
          "items": {
            "type": "array",
            "description": "Entity-specific leaderboard rows (facilitators include metrics + docs, servers show destination wallets, agents/tools expose stats)."
          },
          "query": {
            "type": "object",
            "description": "Echo of the normalized query settings (chain, timeframeDays, limit, etc.)."
          },
          "entity": {
            "enum": [
              "facilitators",
              "servers",
              "agents",
              "tools"
            ],
            "type": "string",
            "description": "Entity returned in the leaderboard payload."
          },
          "source": {
            "type": "object",
            "properties": {
              "service": {
                "type": "string",
                "description": "Upstream service label."
              },
              "endpoint": {
                "type": "string",
                "description": "TRPC procedure invoked (e.g. public.facilitators.list)."
              }
            },
            "description": "Metadata about the upstream x402scan endpoint powering the response."
          },
          "status": {
            "type": [
              "integer",
              "null"
            ],
            "description": "Upstream or timeout HTTP status when ok=false."
          },
          "summary": {
            "type": [
              "object",
              "null"
            ],
            "properties": {
              "chain": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "Chain reflected in the totals."
              },
              "uniqueBuyers": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Unique buyers count."
              },
              "timeframeDays": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Window length in days."
              },
              "uniqueSellers": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Unique sellers count."
              },
              "latestActivity": {
                "type": [
                  "string",
                  "null"
                ],
                "description": "ISO timestamp of the freshest upstream activity."
              },
              "totalAmountUsd": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Aggregate volume in USD."
              },
              "totalAmountMicro": {
                "type": [
                  "number",
                  "null"
                ],
                "description": "Aggregate volume in micropennies."
              },
              "totalTransactions": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Total transactions observed."
              }
            },
            "description": "Aggregate totals when include_summary=true."
          },
          "fetchedAt": {
            "type": "string",
            "description": "ISO timestamp when the proxy pulled x402scan data."
          },
          "pagination": {
            "type": "object",
            "properties": {
              "page": {
                "type": "integer",
                "description": "Current page index."
              },
              "limit": {
                "type": "integer",
                "description": "Items per page."
              },
              "totalCount": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Total rows when provided."
              },
              "totalPages": {
                "type": [
                  "integer",
                  "null"
                ],
                "description": "Total page count when provided."
              },
              "hasNextPage": {
                "type": [
                  "boolean",
                  "null"
                ],
                "description": "Whether another page is available."
              }
            },
            "description": "Pagination metadata for the returned list."
          }
        }
      }
    }
  ],
  "duplicate_cluster_id": "data-cl-509135e32e5b",
  "origin": {
    "slug": "api-dexter-cash",
    "host": "api.dexter.cash",
    "title": "Dexter Cash API",
    "description": "Payment infrastructure origin at api.dexter.cash. No public documentation available from homepage.",
    "url": "https://api.dexter.cash",
    "favicon": "https://dexter.cash/assets/logos/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-dexter-cash-api-tools-x402-scan-stats",
    "url": "https://x402all.com/resource/api-dexter-cash-api-tools-x402-scan-stats",
    "name": "Dexter Cash \u00b7 x402 Scan Leaderboard Stats",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-dexter-cash-api-tools-x402-scan-stats",
      "@type": "Offer",
      "price": "0.05",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.050000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "solana"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
        }
      ]
    },
    "sameAs": "https://api.dexter.cash/api/tools/x402/scan/stats",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-dexter-cash",
      "url": "https://api.dexter.cash",
      "name": "Dexter Cash API",
      "@type": "Organization"
    },
    "identifier": "api-dexter-cash-api-tools-x402-scan-stats",
    "description": "Query x402 ecosystem leaderboard statistics via x402 micropayment. 0.05 USDC on Solana. Facilitator, server, agent, and tool rankings.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-dexter-cash-api-tools-x402-scan-stats",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-dexter-cash-api-tools-x402-scan-stats"
}
