Ticker - Ticker By Pair
Ticker
Ticker By Pair
Returns a 24 hour window statistics for a given pair.
Authorization
- Requires a valid API key.
- Required API-key permission(s):
- General Data (Read)
GET
Ticker - Ticker By Pair
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Path Parameters
This property was not properly documented
Response
200 - application/json
Ok
Example:
{
"ask": 95629,
"base_code": "BTC",
"base_id": "9A5E2EF4-9547-418A-8EC6-C6EADBB8B32F",
"bid": 94171,
"date": "2022-11-11T01:31:35.820Z",
"first": 98444,
"high": 98444,
"is_frozen": false,
"last": 94311,
"low": 85034,
"pair": "BTC_BRL",
"price_change_percent_24h": "-12",
"quote_id": "48898138-8623-4555-9468-B1A1505A9352",
"quote_code": "BRL",
"quote_volume": 150.1,
"trades_quantity": 1199,
"volume": 27.26776846
}Example:
null
Example:
null