The "Estimate Order" endpoint is designed to enable users to simulate the execution of an order without actually committing to the trade. By providing the same parameters that would be used in a real order creation, you can receive a detailed projection of the execution.

Response Codes

CodeDescription
200Success
422Order was rejected
500Unexpected errors or blockchain node malfunction

Cost

Each request to this endpoint costs 1 API credit

Body Params
string
required

The symbol or numeric ID of the contract for which the order is being placed.

string
required
Defaults to market

Specifies the type of order, such as limit or market

string
Defaults to 0

The limit price for the order, applicable only if the order type is limit.

string
required
Defaults to GTC

Defines how long the order remains valid before expiration. Options include "GTC" (Good Till Canceled), "IOC" (Immediate or Cancel), "FOK" (Fill or Kill), and "PO" (Post Only).

boolean
Defaults to false

A boolean flag indicating whether the order should only reduce a position, not increase it.

string
Defaults to 0

The size of the order expressed in the smallest tradable increments, always an integer. Only one quantity parameter should be provided.

string
Defaults to 0

The size of the order in terms of contracts. Only one quantity parameter should be provided.

string
Defaults to 0

The size of the order in units of the underlying asset. Only one quantity parameter should be provided.

float
Defaults to 100

The maximum premium in USDC that the client is willing to pay.

Response

Response body
object
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
Language
Credentials