Token price history
Token price history. ?ids=bitcoin&days=7
3000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-13
updated
Provider
pyfile-agent.taile3ff35.ts.net · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xA43774fD2e867FC45b782456d78F135a215D5561",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "3000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "nano:mainnet",
"payTo": "nano_3uojbn47b5xqcbs4yibbasamn8aeyqxgyi1z8peogwtdn6z3kagjanjpz4ss",
"asset": "XNO",
"amount": "8628000000000000000000000000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"days": 7,
"ids": "bitcoin"
},
"type": "http"
},
"output": {
"example": {
"ok": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"days": {
"type": "number"
},
"ids": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"rail-hint": {
"info": {
"bootstrap": "pip install feeless402 && nano-pay init && nano-pay claim https://feeless402.com",
"cheapest": "nano:mainnet",
"docs": "https://railhint.com",
"why": "Zero network fees, no price floor, sub-second finality — Nano is the true metered price for a machine-to-machine call."
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"info": {
"type": "object"
}
},
"required": [
"info"
],
"type": "object"
}
}
}Use it
curl
curl "https://pyfile-agent.taile3ff35.ts.net/data/crypto/history" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://pyfile-agent.taile3ff35.ts.net/data/crypto/history");
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://pyfile-agent.taile3ff35.ts.net/data/crypto/history")
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/7195.json, and this resource appears in /discovery/resources and /discovery/search.