Latest trades
GET {{baseUrl}}/v1beta3/crypto/:loc/latest/trades?symbols=BTC/USD,LTC/USD
The latest trades endpoint returns the latest trade data 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
{"trades":{"BTC/USD":{"t":"2022-05-18T12:01:00.537052Z","p":29791,"s":0.0016,"tks":"S","i":31455289},"ETH/USD":{"t":"2022-05-18T12:01:00.363547Z","p":2027.6,"s":0.06,"tks":"S","i":31455287}}}