Get Futures Risk Limit

/sapi/v1/public/risk/limit

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: Get information from the Futures Risk Limit Table.

Request Address

Environment
Address

Online (preferred by aws customers)

Request Parameter

Parameter
Data Type
Required
Description
Value Range
Default Value

contract_code

String

false

Symbol

"BTC-USDT", "ETH-USDT"……

contract_type

String

false

Contract type

swap: Perpetual; this_week: Weekly; next_week: Bi-weekly; quarter: Quarterly; next_quarter: Bi-quarterly

margin_mode

String

false

Margin mode

cross: Cross margin

tier

String

false

View designated position tier

Response Parameter

Parameter
Data Type
Required
Description
Value Range

contract_code

String

true

Symbol

"BTC-USDT", "ETH-USDT"……

contract_type

String

true

Contract type

swap: Perpetual; this_week: Weekly; next_week: Bi-weekly; quarter: Quarterly; next_quarter: Bi-quarterly

margin_mode

String

true

Margin mode

cross: Cross margin

tier

String

true

View designated position tier

max_lever

String

true

Current maximum leverage

maintenance_margin_rate

String

true

Current maintenance margin ratio

max_volume

String

true

Current maximum position Cont

min_volume

String

true

Current minimum position Cont

Request Example

Response Example

Last updated