Tickers
Response Field | Data Type | Description |
---|---|---|
ticker_id | Integer | Symbol Name |
base_currency | String | Base Currency |
target_currency | String | Target/Quote Currency |
last_price | String | Price of Last Trade |
base_volume | String | Base Volume over the last 24h |
target_volume | String | Target Volume over the last 24h |
high | String | Highest price over the last 24h |
low | String | Lowest Price over the last 24h |
Output :-
[
{
"ticker_id":"ADA_USDC",
"base_currency":"ADA",
"target_currency":"USDC",
"last_price":"0.46380000",
"base_volume":"0.7500",
"target_volume":"0.3482",
"high":"0.46580000",
"low":"0.45380000"
},
{
"ticker_id":"TRAD_USDC",
"base_currency":"TRAD",
"target_currency":"USDC",
"last_price":"0.55000000",
"base_volume":"111.0300",
"target_volume":"59.2594",
"high":"0.56000000",
"low":"0.52900000"
}
]
Last modified 6mo ago