get https://api.huobi.us/v1/common/currencys
This endpoint returns all Huobi US's supported trading currencies.
{
"status": "ok",
"data": [
"usdt",
"eth",
"etc"
]
}
Response
This endpoint returns all Huobi US's supported trading currencies.
{
"status": "ok",
"data": [
"usdt",
"eth",
"etc"
]
}
xxxxxxxxxx
curl --request GET \
--url https://api.huobi.us/v1/common/currencys \
--header 'accept: application/json'