private/get_max_order_size
Calculates maximum tradable order sizes (buy, sell, and reduce-only) for a future instrument based on current account available funds, position, and open orders.
Supports hypothetical parameters (leverage, price, taker_fee_rate) to simulate order size capacity under target trading conditions. Requires Standard Margin model.
Authorizations
Call public/auth with grant_type: coinbase_cdp and a CDP JWT. Send the returned access_token as Authorization: Bearer.
Query Parameters
Instrument name Unique instrument identifier
"BTC-PERPETUAL"
The user id for the subaccount. Available to retail-broker callers; defaults to the authenticated account.
If true, evaluates maximum order size under isolated margin scope.
Custom hypothetical leverage to evaluate order size limits against. Must be between 1 and the account's effective maximum leverage.
x >= 1Hypothetical non-negative taker fee rate override. Explicit overrides require fee-rate override authorization.
x >= 0Positive hypothetical order price. Uses current book and mark prices if omitted.