Back to catalog
🪙

CoinMarketCap

API Key

Cryptocurrencies Prices

🪙CryptocurrencyHTTPS

CoinMarketCap

5 items

Bitcoin (BTC)

$97,482.31

1

Ethereum (ETH)

$3,841.17

2

Tether (USDT)

$1.00

3

BNB (BNB)

$712.54

4

Solana (SOL)

$196.83

5

Sample Response

response.json
1{
2 "items": [
3 {
4 "title": "Bitcoin (BTC)",
5 "secondary": "$97,482.31",
6 "badge": 1
7 },
8 {
9 "title": "Ethereum (ETH)",
10 "secondary": "$3,841.17",
11 "badge": 2
12 },
13 {
14 "title": "Tether (USDT)",
15 "secondary": "$1.00",

Code Snippets

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

Similar APIs