Get Account Balance
/sapi/v1/account/balance
Request type: GET
Signature verification: Yes
Interface permission: Read
Rate Limit: Generally, the private interface rate limit of API key is at most 144 times every 3 seconds for each UID (Trade Interface: at most 72 times every 3 seconds. Read Interface: at most 72 times every 3 seconds) (this rate limit is shared by all the altcoins contracts delivered by different date).
Interface description: For Multi-Assets Collateral Mode users: Get information about your Futures account.
Request Address
Online
Online (preferred by aws customers)
Response Parameter
state
String
true
Account status 1(NORMAL): The account is functioning normally for trading and transfers. 3 (LIQUIDATING): The account is under liquidation, and trading, transfers, and the receipt of funding fees are unavailable. 5(ADL): The account is under auto deleveraging, and trading, transfers, and the receipt of funding fees are unavailable. 6(OPEN_LIMIT): Orders are being canceled for risk management. Only ADL orders are allowed for futures trading; transfers in are permitted, but transfers out are not allowed.
equity
String
true
Account Equity
initial_margin
String
true
Initial margin
maintenance_margin
String
true
Maintenance margin
maintenance_margin_rate
String
true
Maintenance margin ratio
profit_unreal
String
true
Unrealized PnL
available_margin
String
true
Available collateral
voucher_value
String
true
voucher value(usdt)
created_time
String
true
Account creation time
updated_time
String
true
Account update time
details
list
true
currency
String
true
Cryptocurrency
equity
String
true
Equity of a cryptocurrency
available
String
true
Available balance of a cryptocurrency
withdraw_available
String
true
withdraw_available
profit_unreal
String
true
Unrealized PnL
initial_margin
String
true
Initial margin of a cryptocurrency
maintenance_margin
String
true
Maintenance margin of a cryptocurrency
maintenance_margin_rate
String
true
Maintenance margin ratio of a cryptocurrency
initial_margin_rate
String
true
Initial margin ratio of a cryptocurrency
voucher
String
true
voucher
voucher_value
String
true
voucher value(usdt)
created_time
String
true
Creation time
updated_time
String
true
Update time
Request Example
Response Example
Last updated