{
  "x402Version": 2,
  "id": 7876,
  "slug": "7876",
  "resource": "https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X",
  "description": "Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts for one ERC-20 (no LLM)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 900
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "token": "weth"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "chain": "base",
            "chain_id": 8453,
            "fetched_at": "2026-09-14T01:10:00.000Z",
            "gas_price_gwei": 0.006,
            "pairs_on_base": 22,
            "pools_listed_capped": false,
            "price_note": null,
            "price_source": {
              "base": "WETH",
              "dex": "uniswap",
              "liquidity_usd": 120112805.72,
              "pair_address": "0x6c561B446416E1A00E8E93E221854d6eA4171372",
              "pair_url": "https://dexscreener.com/base/0x6c561b446416e1a00e8e93e221854d6ea4171372",
              "price_change_24h_pct": -1.75,
              "quote": "USDC",
              "token_is": "base",
              "volume_24h_usd": 48501109.22
            },
            "price_usd": 2478.18,
            "sources": [
              "https://api.dexscreener.com (pools, price, volume)",
              "https://base-rpc.publicnode.com (contract reads, balances, gas)"
            ],
            "token": {
              "address": "0x4200000000000000000000000000000000000006",
              "decimals": 18,
              "name": "Wrapped Ether",
              "symbol": "WETH",
              "total_supply": "244772.689680834200077641"
            },
            "wallet": null
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "token": {
                    "description": "ERC-20 contract address on Base (0x + 40 hex), or one of the aliases eth, weth, usdc, cbbtc",
                    "type": "string"
                  },
                  "wallet": {
                    "description": "Optional EVM address whose balance of the token and of ETH you want",
                    "pattern": "^0x[0-9a-fA-F]{40}$",
                    "type": "string"
                  }
                },
                "required": [
                  "token"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "chain": {
                    "enum": [
                      "base"
                    ],
                    "type": "string"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "fetched_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "gas_price_gwei": {
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "pairs_on_base": {
                    "description": "pools DEX Screener listed for the token on Base (it lists at most 30)",
                    "type": "integer"
                  },
                  "pools_listed_capped": {
                    "description": "true when DEX Screener returned its maximum of 30 pools, so a deeper pool may exist beyond the list",
                    "type": "boolean"
                  },
                  "price_note": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "price_source": {
                    "properties": {
                      "base": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "dex": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "liquidity_usd": {
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "pair_address": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "pair_url": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "price_change_24h_pct": {
                        "description": "only when the token is the base of the pool; null when it is the quote",
                        "type": [
                          "number",
                          "null"
                        ]
                      },
                      "quote": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "token_is": {
                        "enum": [
                          "base",
                          "quote",
                          null
                        ],
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "volume_24h_usd": {
                        "type": [
                          "number",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "price_usd": {
                    "description": "USD, six significant digits",
                    "type": [
                      "number",
                      "null"
                    ]
                  },
                  "sources": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "token": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "decimals": {
                        "type": [
                          "integer",
                          "null"
                        ]
                      },
                      "name": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "symbol": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "total_supply": {
                        "description": "whole tokens, decimal string",
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "wallet": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "eth_balance": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "token_balance": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.agentsouk.dev",
  "lastUpdated": "2026-09-16T21:16:47.629Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:16:47.382Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.agentsouk.dev",
    "manifest_name": "api.agentsouk.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}