Blockchain.com · Example Payload

Charts Stats Chart Example

example-value

CryptocurrencyBitcoinBlockchain DataExchangeMarket DataTradingPaymentsPublic APIs

Charts Stats Chart Example is an example object payload from Blockchain.com, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusnameunitperioddescriptionvalues

Example Payload

Raw ↑
{
  "status": "ok",
  "name": "Market Price (USD)",
  "unit": "USD",
  "period": "example-value",
  "description": "example-value",
  "values": [
    {
      "x": 1,
      "y": 1.0
    }
  ]
}