ToolAssay

Current prices for cryptocurrencies and tokens by symbol (btc, eth, sol, usdc, .

Current prices for cryptocurrencies and tokens by symbol (btc, eth, sol, usdc, ...), CoinGecko slug, or on-chain token address on Base, Ethereum, Arbitrum, Solana and 100+ chains, using DeFiLlama's aggregated DEX/CEX pricing with a per-asset confidence score. Quote in USD or any ECB fiat currency. Up to 25 assets per call. $0.002 per call.

Answeringour last check, 2026-09-26
1 of 1checks answered this week
308 msmedian answer time
$0.002listed price per call
$0.002price 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

GET https://offercheck.offercheck.workers.dev/v1/price

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-26 valid payment request 402$0.002 308 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "ids": "btc,eth,base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "vs": "USD"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "ids": {
              "default": "btc,eth",
              "description": "Comma-separated assets: symbols (btc, eth, sol, usdc, usdt, bnb, xrp, ada, doge, avax, link, ...), coingecko:<slug>, or <chain>:<token address> (e.g. base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). Default btc,eth. Max 25.",
              "type": "string"
            },
            "vs": {
              "default": "USD",
              "description": "Quote currency: USD (default) or any ECB fiat code (EUR, GBP, JPY, ...)",
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON