Get Futures Risk Limit

/sapi/v1/position/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 the Futures Risk Limit information of your current futures position.

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"……

margin_mode

String

false

Margin mode

cross: Cross margin

position_side

String

false

Position side

long: going long; short: going short; both: One-way mode

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

position_side

String

true

Position side

long: going long; short: going short; both: One-way mode

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