Skip to main content

Get maximum order size

GET 

/v3/initialmargin/maxordersize

This endpoint is only supported for multi-collateral futures.

Request

Query Parameters

    orderType stringrequired

    Possible values: [lmt, mkt]

    The order type:

    • lmt - a limit order
    • mkt - an immediate-or-cancel order with 1% price protection
    symbol stringrequired

    The symbol of the Futures.

    limitPrice number

    The limit price if orderType is lmt

Responses

The maximum order size

Schema
    oneOf
    serverTime string

    Server time in Coordinated Universal Time (UTC)

    result string

    Possible values: [success]

    maxBuySize number

    The maximum size of a buy order at the limit price or null if there is no market

    maxSellSize number

    The maximum size of a sell order at the limit price or null if there is no market

    buyPrice number

    The limit price of the buy order or null if the order type was mkt and there is no market

    sellPrice number

    The limit price of the sell order or null if the order type was mkt and there is no market

Loading...