Headers
Response
200 - application/json
OK
Example:
true
Example:
1702989203989
Example:
[
  {
    "account_id": "0x1111",
    "updated_time": 1580794149000,
    "token": "BTC",
    "holding": -28.000752,
    "frozen": 0,
    "pending_short": -2000
  },
  {
    "account_id": "0x2222",
    "updated_time": 1580794149000,
    "token": "ETH",
    "holding": -10.123456,
    "frozen": 0,
    "pending_short": -500
  }
]