ToolAssay

Base token market snapshot

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

Answeringour last check, 2026-09-24
1 of 1checks answered this week
647 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X

CategoryMarket data
Provider hostapi.agentsouk.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 647 ms

Example input (from the provider)

{
  "body": {
    "token": "weth"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

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

This page as JSON