Latest bars
GET {{baseUrl}}/v1beta3/crypto/:loc/latest/bars?symbols=BTC/USD,LTC/USD
The latest multi bars endpoint returns the latest minute-aggregated historical bar data for each of the crypto symbols provided.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
symbols | string | (Required) Comma separated list of symbols. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"bars":{"BTC/USD":{"t":"2022-05-27T10:18:00Z","o":28999,"h":29003,"l":28999,"c":29003,"v":0.01,"n":4,"vw":29001}}}