v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Margin

Get Summary of Margin account (USER_DATA)

Get personal margin level information

Weight(IP): 10

get/sapi/v1/margin/tradeCoeff

Query parameters

emailstring required
Example:me@email.com

Email Address

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Summary of Margin Account

normalBarstring

Account's currently max borrowable amount with sufficient system availability

marginCallBarstring

Max borrowable amount limited by the account level

forceLiquidationBarstring

Liquidation Margin Ratio

Example response

{
  "normalBar": "1.5",
  "marginCallBar": "1.3",
  "forceLiquidationBar": "1.1"
}