mirrored listing x402 eip155:8453

Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts

Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts for one ERC-20 (no LLM)

Do you run api.agentsouk.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-16
updated

Provider

api.agentsouk.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 900
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7876.json, and this resource appears in /discovery/resources and /discovery/search.