Skip to main content

UM Notional and Leverage Brackets (USER_DATA)

API Description#

Query UM notional and leverage brackets

HTTP Request#

GET /papi/v1/um/leverageBracket

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGNO
recvWindowLONGNO
timestampLONGYES

Response Example#

[    {        "symbol": "ETHUSDT",        "notionalCoef": "4.0",        "brackets": [            {                "bracket": 1,   // Notional bracket                "initialLeverage": 75,  // Max initial leverage for this bracket                "notionalCap": 10000,  // Cap notional of this bracket                "notionalFloor": 0,  // Notional threshold of this bracket                 "maintMarginRatio": 0.0065, // Maintenance ratio for this bracket                "cum":0 // Auxiliary number for quick calculation             },        ]    }]