Ticker - Tickers
Ticker
Tickers
Returns a 24 hour window statistics for all pairs.
Authorization
- Requires a valid API key.
- Required API-key permission(s):
- General Data (Read)
GET
Ticker - Tickers
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.
Response
200 - application/json
Ok
Example:
[
{
"ask": 250000.15,
"base_code": "BTC",
"base_id": "9A5E2EF4-9547-418A-8EC6-C6EADBB8B32F",
"bid": 240000.15,
"date": "2017-10-20T00:00:00.000Z",
"first": 245000.15,
"high": 250000.15,
"is_frozen": false,
"last": 245000.15,
"low": 200000.15,
"pair": "BTC_BRL",
"price_change_percent_24h": "-12",
"quote_code": "BRL",
"quote_id": "48898138-8623-4555-9468-B1A1505A9352",
"quote_volume": 150.1,
"trades_quantity": 123,
"volume": 123.12345678
},
{
"ask": 15600.12,
"base_code": "ETH",
"base_id": "13A4B83B-E74F-425C-BC0A-03A9C0F29FAD",
"bid": 15400.12,
"date": "2017-10-20T00:00:00.000Z",
"first": 15999.15,
"high": 15999.12,
"is_frozen": false,
"last": 15500.12,
"low": 15000.12,
"pair": "ETH_BRL",
"price_change_percent_24h": "-12",
"quote_id": "48898138-8623-4555-9468-B1A1505A9352",
"quote_code": "BRL",
"quote_volume": 180.1,
"trades_quantity": 123,
"volume": 123.12345678
}
]Example:
null
Example:
null