get https://api.bring.trade/api/v1/account/portfolio
This API provides detailed information about a user's asset portfolio.
⏳ Limit
10 requests per 1 second.
🛠️ Parameters
None
📬 Response
Field | Type | Description |
---|---|---|
accountId | String | The unique identifier for the user’s account in the trading system. |
coin | String | The asset symbol (e.g., USDT ), representing the specific currency in the portfolio. |
balance | String | The total balance of the asset in the account. |
available | String | The available balance of the asset that can be used for trading or withdrawal. |
frozen | String | The frozen balance of the asset, locked due to open positions or pending transactions. |
debt | String | The current debt of the asset in the account, which needs to be repaid. |
amount | String | The total amount of the asset in the account, usually equal to the balance. |
createTime | String | The timestamp when this portfolio record was created (in milliseconds). |
updateTime | String | The timestamp when this portfolio record was last updated (in milliseconds). |
borrow | String | The amount of the asset that has been borrowed by the user. |
overdraw | String | Any amount of the asset that has been overdrawn from the account. |
indexPrice | String | The current index price of the asset, often used as a reference price for contracts. |
marginValue | String | The margin value for the asset, representing collateral in margin trading. |
virtualBorrow | String | The amount of the asset that has been virtually borrowed. |
unrealizedPnl | String | The unrealized profit and loss on open positions involving the asset. |
debtMargin | String | The margin allocated to cover debt associated with the asset. |
perpMargin | String | The margin allocated for perpetual contracts involving the asset. |
maxTransferable | String | The maximum amount of the asset that can be transferred out of the account. |
equityValue | String | The equity value of the asset, including both the balance and any unrealized profit and loss. |