ToolAssay

CoinStats list of all cryptocurrencies with live market data — price, volume, ma

CoinStats list of all cryptocurrencies with live market data — price, volume, market cap, rank, % changes

Answeringour last check, 2026-09-24
1 of 1checks answered this week
19 msmedian answer time
$0.001listed price per call
$0.001price 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://x402.coinstats.app/coins

CategoryMarket data
Provider hostx402.coinstats.app
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-24 valid payment request 402$0.001 19 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "availableSupply~equals": "21000000",
    "availableSupply~greaterThan": "1000000",
    "availableSupply~lessThan": "100000",
    "blockchains": "ethereum,solana,binance-smart-chain",
    "categories": "defi,memecoins,gaming",
    "coinIds": "bitcoin,ethereum,solana",
    "contractAddresses": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48,0xdac17f958d2ee523a2206206994597c13d831ec7",
    "currency": "USD",
    "fullyDilutedValuation~equals": "1500000000",
    "fullyDilutedValuation~greaterThan": "2000000000",
    "fullyDilutedValuation~lessThan": "500000000",
    "includeRiskScore": "true",
    "limit": "100",
    "marketCap~equals": "500000000",
    "marketCap~greaterThan": "1000000000",
    "marketCap~lessThan": "100000000",
    "name": "bitcoin",
    "page": "1",
    "priceChange1d~equals": "0",
    "priceChange1d~greaterThan": "10",
    "priceChange1d~lessThan": "-5",
    "priceChange1h~equals": "0",
    "priceChange1h~greaterThan": "5",
    "priceChange1h~lessThan": "-2",
    "priceChange1m~equals": "0",
    "priceChange1m~greaterThan": "30",
    "priceChange1m~lessThan": "-20",
    "priceChange7d~equals": "0",
    "priceChange7d~greaterThan": "20",
    "priceChange7d~lessThan": "-10",
    "price~equals": "1",
    "price~greaterThan": "100",
    "price~lessThan": "0.01",
    "rank~equals": "10",
    "rank~greaterThan": "100",
    "rank~lessThan": "50",
    "riskScore~equals": "50",
    "riskScore~greaterThan": "70",
    "riskScore~lessThan": "30",
    "sortBy": "rank",
    "sortDir": "asc",
    "symbol": "BTC",
    "totalSupply~equals": "1000000000",
    "totalSupply~greaterThan": "10000000",
    "totalSupply~lessThan": "500000",
    "volume~equals": "5000000",
    "volume~greaterThan": "10000000",
    "volume~lessThan": "1000000"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        }
      },
      "required": [
        "method"
      ]
    }
  }
}

This page as JSON