Skip to main content

SparklineResponse

windowHoursnumber
countinteger

Number of non-empty sparkline pairs

result object[]
  • Array [
  • currencystring
    quotestring
    data object[]
  • Array [
  • valuenumber

    Price ratio (currency / quote)

    timestring<date-time>
  • ]
  • ]
  • SparklineResponse
    {
    "windowHours": 0,
    "count": 0,
    "result": [
    {
    "currency": "string",
    "quote": "string",
    "data": [
    {
    "value": 0,
    "time": "2024-07-29T15:51:28.071Z"
    }
    ]
    }
    ]
    }