Tickers
Get Tickers
GET
/tickers
Get ticker information for all or requested market pairs:
Today's prices start at midnight UTC
Leaving the
ticker_id
parameter blank will return tickers for all assets
Query Parameters
Name
Value
Required
ticker_id
string: NIZA/USDT
Response
[
{
"ticker_id": "DEMONIZA/USDT",
"base_currency": "DEMONIZA",
"target_currency": "USDT",
"last_price": "0.9",
"base_volume": "2108353.039823",
"target_volume": "0.000000",
"bid": "0.00867410",
"ask": "0.00869230",
"high": "0.00898780",
"low": "0.00782030"
}
]
Last updated