{"api":"v1","generated_at":"2026-09-15T23:12:35.596Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/agent-commerce-factory-jm-austriaeast-cloudapp-azure-com-v1-crypto-prices-95d965","pinned_page":"https://tollindex.com/e/agent-commerce-factory-jm-austriaeast-cloudapp-azure-com-v1-crypto-prices-95d965/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"agent-commerce-factory-jm-austriaeast-cloudapp-azure-com-v1-crypto-prices-95d965","canonical_url":"https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/prices","resource":"https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/prices","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Live cryptocurrency prices and market data — a token price API for agents. Look up the current Bitcoin price, Ethereum price or any token price by coin id or common ticker (e.g. bitcoin, eth, sol) and get USD price, market cap, market-cap rank, 24h change %, 24h volume, 24h high/low and last-updated timestamp. Empty request returns the top coins by market cap. For trading agents, portfolio valuation, price lookups, crypto research and market monitoring.","service_name":"Crypto Prices & Market Data","declared_category":null,"declared_tags":["crypto","cryptocurrency","bitcoin","ethereum","bitcoin-price"],"route_template":null,"registry_updated":"2026-08-29T00:54:29.918Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"crypto prices","category":"market-data","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.008 USDC","amount_units":0.008,"decimals_known":true,"pay_to":"0xCe339395d7f2ea5a5009022EF1C392Fb208a989E","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":10,"unique_payers_30d":4,"last_called_at":"2026-08-29T00:54:29.426Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:55:13.403Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:55:13.403Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:27:03.542Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:22:00.886Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:38:35.270Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:27:18.682Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xCe339395d7f2ea5a5009022EF1C392Fb208a989E","page":"https://tollindex.com/seller/0xCe339395d7f2ea5a5009022EF1C392Fb208a989E","endpoints":17,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["crypto","cryptocurrency","bitcoin","ethereum","bitcoin-price"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xCe339395d7f2ea5a5009022EF1C392Fb208a989E","amount":"8000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-29T00:54:29.426Z","l30DaysTotalCalls":10,"l30DaysUniquePayers":4},"resource":"https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/crypto/prices","extensions":{"bazaar":{"info":{"input":{"body":{"coins":["bitcoin","ethereum","solana"],"limit":10,"vsCurrency":"usd"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"count":1,"items":[{"id":"bitcoin","name":"Bitcoin","price":63500.12,"low24h":62000,"symbol":"BTC","high24h":64000,"imageUrl":"https://assets.coingecko.com/coins/images/1/large/bitcoin.png","marketCap":1250000000000,"volume24h":23000000000,"lastUpdated":"2026-08-23T12:00:00.000Z","change24hPct":1.42,"marketCapRank":1}],"route":"crypto.prices","machine":"portfolio"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":[],"properties":{"coins":{"type":"array","items":{"type":"string","maxLength":50,"minLength":1},"maxItems":50,"description":"CoinGecko ids or common tickers (e.g. btc, eth). Empty = top coins by market cap."},"limit":{"type":"integer","default":10,"maximum":100,"minimum":1},"vsCurrency":{"type":"string","default":"usd"}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["machine","route","items"],"properties":{"count":{"type":"integer"},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"price":{"type":["number","null"]},"low24h":{"type":["number","null"]},"symbol":{"type":["string","null"]},"high24h":{"type":["number","null"]},"imageUrl":{"type":["string","null"]},"marketCap":{"type":["number","null"]},"volume24h":{"type":["number","null"]},"lastUpdated":{"type":["string","null"]},"change24hPct":{"type":["number","null"]},"marketCapRank":{"type":["integer","null"]}}}},"route":{"type":"string"},"machine":{"type":"string"},"economics":{"type":"object","properties":{"sellPriceUsd":{"type":"number"},"upstreamCostUsdActual":{"type":["number","null"]}}}}}}}}}}},"description":"Live cryptocurrency prices and market data — a token price API for agents. Look up the current Bitcoin price, Ethereum price or any token price by coin id or common ticker (e.g. bitcoin, eth, sol) and get USD price, market cap, market-cap rank, 24h change %, 24h volume, 24h high/low and last-updated timestamp. Empty request returns the top coins by market cap. For trading agents, portfolio valuation, price lookups, crypto research and market monitoring.","lastUpdated":"2026-08-29T00:54:29.918Z","serviceName":"Crypto Prices & Market Data","x402Version":2}]}}