Complete crypto and DeFi snapshot in ONE call for AI agents
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1248 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.tbs-digital.com/crypto/bundle
| Category | Market data |
|---|---|
| Provider host | x402.tbs-digital.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 1248 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"symbols": "btc,eth"
},
"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": {
"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"
}