Trading Pairs
Response Field | Data Type | Description |
---|---|---|
id | Integer | Pair ID |
ticker_id | String | Pair Name |
base | String | Base Currency |
target | String | Target/Quote Currency |
Output :-
[
{
"id":"34",
"ticker_id":"BTC_BUSD",
"base":"BTC",
"target":"BUSD"
},
{
"id":"35",
"ticker_id":"ETH_BUSD",
"base":"ETH",
"target":"BUSD"
}
]
Last modified 1yr ago