get https://api.liquiditytech.com/api/v1/trading/portfolio/assets
Rate Limit: 20 requests per 1 seconds
Get portfolio asset by portfolioId.
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
exchangeType | String | N | Exchange type(BINANCE、OKX) |
pageNum | Integer | N | Page number, default 1 |
pageSize | Integer | N | Page size, default 1000 |
Response
Field | Type | Remark |
---|---|---|
portfolioId | String | Portfolio ID |
coin | String | Coin |
exchangeType | String | Exchange type(BINANCE、OKX) |
balance | String | Balance |
available | String | Available |
frozen | String | Frozen(include SPOT&MARGIN order frozen) |
equity | String | Equity |
overdraw | String | Overdraw |
borrow | String | Borrow |
debt | String | Debt |
indexPrice | String | Index price |
marginValue | String | Asset margin value |
virtualBorrow | String | Virtual borrow Vitual borrow contains coins borrowing for opening contract positions. |
debtMargin | String | Debt margin |
perpMargin | String | Perpetual margin |
createAt | String | Create time |
updateAt | String | Update time |
maxTransferable | String | Maximum transfer amount |
upnl | String | Unrealized Profit and Loss |
equityValue | String | Equity Value |