CoinPaprika · Example Payload

Tick

CryptocurrencyMarket DataFinanceOHLCVExchangesBlockchain

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

Top-level fields

idnamesymbolrankprice_usdprice_btcvolume_24h_usdmarket_cap_usdcirculating_supplytotal_supplymax_supplypercent_change_1hpercent_change_24hpercent_change_7dlast_updated

Example Payload

Raw ↑
{
  "id": "btc-bitcoin",
  "name": "Bitcoin",
  "symbol": "BTC",
  "rank": "1",
  "price_usd": "9259.01",
  "price_btc": "1",
  "volume_24h_usd": "8102619999",
  "market_cap_usd": "157468557128",
  "circulating_supply": "17007062",
  "total_supply": "17007062",
  "max_supply": "21000000",
  "percent_change_1h": "-0.26",
  "percent_change_24h": "0.22",
  "percent_change_7d": "4.1",
  "last_updated": "1525088839"
}