CoinStats list of all cryptocurrencies with live market data — price, volume, market cap,
CoinStats list of all cryptocurrencies with live market data — price, volume, market cap, rank, % changes
1000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated
Provider
x402.coinstats.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x0750a9e669C37FE1A1847E4B8f9e16F07c16162f",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"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"
},
"output": {
"example": {
"meta": {
"hasNextPage": true,
"hasPreviousPage": false,
"itemCount": 150,
"limit": 20,
"page": 1,
"pageCount": 8
},
"result": [
{
"availableSupply": 120280000,
"avgChange": 2.14,
"contractAddress": null,
"contractAddresses": [],
"decimals": 18,
"explorers": [
"https://etherscan.io"
],
"fullyDilutedValuation": 322100000000,
"icon": "https://static.coinstats.app/coins/ethereum_32.png",
"id": "ethereum",
"liquidityScore": 88.7,
"marketCap": 322100000000,
"marketCapScore": 92.1,
"name": "Ethereum",
"price": 2680.45,
"priceBtc": 0.062,
"priceChange1d": 1.85,
"priceChange1h": -0.25,
"priceChange1m": 7.21,
"priceChange1w": 3.42,
"rank": 2,
"redditUrl": "https://reddit.com/r/ethereum",
"riskScore": 18.5,
"symbol": "ETH",
"totalSupply": 120280000,
"twitterUrl": "https://twitter.com/ethereum",
"volatilityScore": 38.9,
"volume": 8520000000,
"websiteUrl": "https://ethereum.org"
}
]
},
"type": "json"
}
},
"schema": {
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
}
},
"required": [
"method"
]
}
}
}
}
}Use it
curl
curl "https://x402.coinstats.app/coins" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402.coinstats.app/coins");
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://x402.coinstats.app/coins")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13051.json, and this resource appears in /discovery/resources and /discovery/search.