API documentação

get/api/v1/Instruments/{instrumentType}/{symbol}/ticks

Returns the most recent bid and ask readings for an instrument, oldest first, so a price chart can open with recent history and continue it from live prices.

Instruments

Parâmetros

instrumentType

path · string

Obrigatório

symbol

path · string

Obrigatório

count

query · integer

Opcional

version

path · string

Obrigatório

RESPOSTAS

  • 200Bid and ask readings as [timestampMs, price] pairs; a side is empty when no history is kept for it.application/json
    {
      "bid": [
        [
          1720000000000,
          1.0841
        ],
        [
          1720000001500,
          1.0842
        ]
      ],
      "ask": [
        [
          1720000000000,
          1.0843
        ],
        [
          1720000001500,
          1.0844
        ]
      ]
    }
  • 404Unknown instrument type or symbol.application/json
    {}
Alipay
Stripe
Eurex
AWS
Azure
Google Cloud
Currenex
Velocity Trade
Bitcoin
CME
Interactive Brokers
Kraken
FIX API
XTX
Bloomberg
Binance

Lance a sua plataforma.

Começar.