CoinPaprika · Example Payload

Coin

CryptocurrencyMarket DataFinanceOHLCVExchangesBlockchain

Coin is an example object payload from CoinPaprika, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamesymbolrankis_newis_active

Example Payload

Raw ↑
{
  "id": "btc-bitcoin",
  "name": "Bitcoin",
  "symbol": "BTC",
  "rank": 1,
  "is_new": false,
  "is_active": true
}