Complete crypto and DeFi snapshot in ONE call for AI agents: spot prices for your tokens,
Complete crypto and DeFi snapshot in ONE call for AI agents: spot prices for your tokens, full market data (market cap, 24h volume, supply, 24h change) for the lead token, top-10 chains by TVL, and the best yield pools by APY. Prices, market, TVL and yields together — the most complete crypto+DeFi call per request.
1000 (raw units)
price
7
calls / 30d
7
unique payers
2026-09-17
updated
Provider
x402.tbs-digital.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xd6fCE15298Fc9D60f867d9455D497177Da9BFB0a",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"symbols": "btc,eth"
},
"type": "http"
},
"output": {
"example": {
"generated_at": "2026-08-11T12:00:00.000Z",
"market": {
"circulating_supply": 19720000,
"id": "btc-bitcoin",
"market_cap_usd": 1281000000000,
"name": "Bitcoin",
"observed_at": "2026-08-11T12:00:00.000Z",
"percent_change_24h": 1.24,
"price_usd": 64980.12,
"rank": 1,
"symbol": "BTC",
"total_supply": 21000000,
"volume_24h_usd": 25400000000
},
"payer": {
"address": "0x0000000000000000000000000000000000000000",
"network": "base"
},
"prices": [
{
"coin": "coingecko:ethereum",
"confidence": 0.99,
"observed_at": "2026-08-11T12:00:00.000Z",
"price_usd": 3542.18,
"symbol": "ETH"
}
],
"request_id": "0b21c0e6-6a3f-4e2a-8b1e-2f9d4c7a1e55",
"source": "defillama+coinpaprika",
"top_chains": [
{
"name": "Ethereum",
"tvl_usd": 52100000000
}
],
"top_yields": [
{
"apy": 5.21,
"apy_base": 5.02,
"chain": "Ethereum",
"project": "aave-v3",
"stablecoin": true,
"symbol": "USDC",
"tvl_usd": 452000000
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"chain": {
"description": "Chain for the yield slice (default Ethereum)",
"type": "string"
},
"symbols": {
"description": "Comma-separated tickers (default btc,eth)",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"generated_at": {
"type": "string"
},
"market": {
"nullable": true,
"type": "object"
},
"payer": {
"properties": {
"address": {
"nullable": true,
"type": "string"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"prices": {
"type": "array"
},
"request_id": {
"type": "string"
},
"source": {
"type": "string"
},
"top_chains": {
"type": "array"
},
"top_yields": {
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402.tbs-digital.com/crypto/bundle" # -> 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.tbs-digital.com/crypto/bundle");
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.tbs-digital.com/crypto/bundle")
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/2190.json, and this resource appears in /discovery/resources and /discovery/search.