Latest orderbook
GET {{baseUrl}}/v1beta3/crypto/:loc/latest/orderbooks?symbols=BTC/USD,LTC/USD
The latest orderbook endpoint returns the latest bid and ask orderbook for 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
{"orderbooks":{"BTC/USD":{"t":"2022-06-24T08:00:14.137774336Z","b":[{"p":20846,"s":0.1902},{"p":20350,"s":0}],"a":[{"p":20902,"s":0.0097},{"p":21444,"s":0}]}}}