Retrieve Portfolio
Retrieve portfolio of a trading account
Request Param
NONEName
Type
Description
Request Body Object > EquivalentAsset
Name
Type
Description
[
{
"asset": 'BTC',
"free": 0,
"locked": 0
},
// exchange_client_id 2, chain_up_bot_id 1
{
"asset": "IDR",
"free": 15000,
"locked": 0,
"equivalent": {
"asset": "USDT",
"free": 1,
"locked": 0
}
},
// exchange_client_id 2, chain_up_bot_id 2
{
"asset": "USDT",
"free": 10,
"locked": 0,
}
]Last updated