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": ""
}
]
}
Get all the accounts
/* GET /v1/account/accounts */
{
"status": "ok",
"data": [
{
"id": 100009,
"type": "spot",
"state": "working",
"sub-type": ""
}
]
}