get https://api.huobi.us/v1/account/accounts
Get all the accounts
/* GET /v1/account/accounts */
{
"status": "ok",
"data": [
{
"id": 100009,
"type": "spot",
"state": "working",
"sub-type": ""
}
]
}
Response
Get all the accounts
/* GET /v1/account/accounts */
{
"status": "ok",
"data": [
{
"id": 100009,
"type": "spot",
"state": "working",
"sub-type": ""
}
]
}
xxxxxxxxxx
curl --request GET \
--url https://api.huobi.us/v1/account/accounts \
--header 'accept: application/json'