Back to catalog
🪙

CoinAPI

API Key

All Currency Exchanges integrate under a single api

🪙CryptocurrencyHTTPS

BTC/USD Exchange Rate

CoinAPI

Asset Id BaseBTC
Asset Id QuoteUSD
Rate97,285.43
Time2026-02-25T08:00:00Z
Volume28,450,000,000

Sample Response

response.json
1{
2 "assetIdBase": "BTC",
3 "assetIdQuote": "USD",
4 "rate": "97,285.43",
5 "time": "2026-02-25T08: 00: 00Z",
6 "volume": "28,450,000,000"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.coinapi.io/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs