๐Ÿ“ˆ

Crypto Price API

Real-time cryptocurrency prices for BTC, ETH, SOL, and 1000+ tokens. No exchange API key needed.

API Docs $0.001 / request

About this tool

Get live cryptocurrency prices, market cap, 24h change, and volume for any token by its symbol. Powered by aggregated exchange data. No CoinGecko or Binance API keys required โ€” just your IteraTools key.

๐Ÿงช Try it live

Quick Start

curl -X POST https://api.iteratools.com/crypto \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"symbol": "BTC"}' # Or via GET: curl "https://api.iteratools.com/crypto?symbol=BTC" \ -H "Authorization: Bearer YOUR_KEY"

Response

{"symbol": "BTC", "price_usd": 68420.50, "change_24h": 2.3, "market_cap": 1340000000000}

Details

EndpointPOST /crypto ยท GET /crypto?symbol=BTC
Price$0.001 / request
AuthBearer token or x402 micropayment
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools