{
  "x402Version": 2,
  "id": 7092,
  "slug": "7092",
  "resource": "https://oraclepost.higgsfield.app/api/premium/token",
  "description": "ERC-20 token metadata on Base, read live from the contract: name, symbol, decimals and total supply. Pass ?token=0x… (the token contract address). One eth_call set, no third-party API, no cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf309C59aa3a396d6057703Fb66Dd579524933A0d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "token": "ERC-20 contract address on Base, 0x-prefixed"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "decimals": 6,
            "name": "USD Coin",
            "network": "eip155:8453",
            "symbol": "USDC",
            "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
            "total_supply": "4200000000000000"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "const": "GET"
              },
              "queryParams": {
                "properties": {
                  "token": {
                    "description": "ERC-20 contract address on Base, 0x-prefixed",
                    "type": "string"
                  }
                },
                "required": [
                  "token"
                ],
                "type": "object"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oraclepost.higgsfield.app",
  "lastUpdated": "2026-09-17T09:34:42.373Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:34:41.544Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oraclepost.higgsfield.app",
    "manifest_name": "oraclepost.higgsfield.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}