{
  "x402Version": 2,
  "id": 803,
  "slug": "803",
  "resource": "https://api.robinx.io/token/:address",
  "description": "Token on-chain stats",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA13d363AeCCCF878Ec64f6eB687Eb4A771FB0599",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "address": "0x020bfC650A365f8BB26819deAAbF3E21291018b4"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "deployer_score": 82,
              "is_real": true,
              "swaps": 1200,
              "traders": 210,
              "weth_vol": 44.2
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/token/:address",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "queryParams": {
                "properties": {
                  "address": {
                    "description": "wallet/token contract address 0x…",
                    "type": "string"
                  }
                },
                "required": [
                  "address"
                ],
                "type": "object"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "data": {
                  "deployer_score": 82,
                  "is_real": true,
                  "swaps": 1200,
                  "traders": 210,
                  "weth_vol": 44.2
                }
              }
            },
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.robinx.io",
  "lastUpdated": "2026-08-28T03:43:28.558Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-28T03:43:28.595Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.robinx.io",
    "manifest_name": "api.robinx.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}