Crypto Price API - Live Cryptocurrency Prices & Market Data
Returns the current price, market capitalization, 24-hour trading volume, and 24-hour price change for a cryptocurrency in one or more fiat or crypto currencies. Supports thousands of coins including Bitcoin, Ethereum, Solana, and altcoins.
Code examples
curl -X POST https://api.botoi.com/v1/exchange/price \
-H "Content-Type: application/json" \
-d '{"coin":"bitcoin","currencies":["usd","eur"]}'When to use this API
Portfolio tracking dashboards
Build a crypto portfolio tracker that fetches live prices for all coins in a user's wallet. Calculate total portfolio value in their preferred fiat currency and display 24h gains/losses alongside each holding.
Price alert bots
Poll this endpoint on a schedule and trigger notifications when a coin crosses a price threshold. Send Slack messages, push notifications, or emails when Bitcoin drops below $60k or Ethereum rises above $4k.
E-commerce crypto payment pricing
When a customer chooses to pay in cryptocurrency, fetch the live exchange rate to calculate the exact amount of crypto to charge. Lock the price for a short window (e.g., 15 minutes) to protect against volatility during the payment flow.
Frequently asked questions
How do I find the coin ID for a cryptocurrency?
How often are prices updated?
What currencies can I price against?
What does the change_24h field represent?
Are stablecoins and tokens supported?
Get your API key
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.