Skip to main content
GET
cURL

Path Parameters

tradingPairId
string
default:893d2add-2f36-4ee7-b660-893d2add2f36
required

Response

200 - application/json

OK

tradingPairId
string<uuid> | null
symbol
string | null
minLeverage
string | null
maxLeverage
string | null

Tier-1 maximum leverage: the cap for a position in the lowest notional bracket. Larger positions are capped by their own bracket in riskTiers.

Example:

"50"

initialMarginRatio
string | null

Tier-1 initial-margin floor rate, as a decimal fraction. Mirrors riskTiers[0].initialMarginRatio; use the active bracket's rate and deduction for the ladder floor. Selected leverage can produce a higher position initial-margin requirement.

Example:

"0.02"

maintenanceMarginRatio
string | null

Tier-1 maintenance-margin rate, as a decimal fraction. Mirrors riskTiers[0].maintenanceMarginRatio; use the active bracket's rate and deduction to calculate maintenance margin.

Example:

"0.01"

fundingIntervalSeconds
integer<uint32> | null
liquidationFeeBps
string | null
riskTiers
object[] | null

The market's full margin ladder, ascending by lowerBoundNotional and always non-empty (a market with no configured brackets reports a single tier). A position's bracket is the LAST tier whose lowerBoundNotional is at or below its notional, abs(quantity) x markPrice.

updatedAt
string | null