Skip to content

Account Information

Source: Notion | Last edited: 2023-07-04 | ID: 6868e21c-80d...


The official Binance API response contains more properties. Try to keep all properties (fake ones are fine).

What we really use are:

{
"assets": [
{
"asset": "USDT",
"walletBalance": "23.72469206",
"unrealizedProfit": "0.00000000",
"marginBalance": "23.72469206",
"initialMargin": "0.00000000",
"positionInitialMargin": "0.000",
"openOrderInitialMargin": "0.000",
"maxWithdrawAmount": "23.72469206",
},
{
"asset": "BUSD", // same structure as USDT, but all balance set to 0
......
},
{
"asset": "USDC", // same structure as USDT, but all balance set to 0
......
},
{
"asset": "BNB", // same structure as USDT, but all balance set to 0
......
},
],
}