Verify Authentication

Verify the authentication generated by Authentication and Signature (no order will be placed)

Body Params
string
required

Transaction type: FUTURE/SPOT; currently only FUTURE is supported

string
required

Trading pair

string
required

Side: SELL/BUY

string

Position side: Optional in one-way margin mode, default BOTH; required in hedge mode, optional LONG/SHORT

string

Client Order ID: Only supports [a-zA-Z0-9-_], if not provided, a UUID will be automatically generated

boolean

Is isolated: default false

string
required

Order type: LIMIT/MARKET/STOP/TAKE_PROFIT/STOP_MARKET/TAKE_PROFIT_MARKET

string

Time in force: GTC/FOK/IOC/POST_ONLY; default GTC; cannot be filled for MARKET/STOP_MARKET/TAKE_PROFIT_MARKET

number

Quantity: One of quantity or amount; mutually exclusive with closePosition; required for LIMIT/MARKET/STOP/TAKE_PROFIT/STOP_MARKET/TAKE_PROFIT_MARKET types when closePosition is not provided

number

Price: Required for LIMIT/STOP/TAKE_PROFIT; cannot be filled for MARKET/STOP_MARKET/TAKE_PROFIT_MARKET

number

Stop price: Required for STOP/STOP_MARKET/TAKE_PROFIT/TAKE_PROFIT_MARKET; cannot be filled for other types

boolean

Close all after triggering: Only supports STOP/STOP_MARKET/TAKE_PROFIT/TAKE_PROFIT_MARKET; mutually exclusive with quantity, amount, and reduceOnly

boolean

Is reduce only: Default false in one-way mode; cannot be true in hedge mode; mutually exclusive with closePosition

string

Trigger type: LAST_PRICE/MARK_PRICE; default LAST_PRICE

string

Response type: ACK/RESULT; default ACK; MARKET orders directly return execution results when RESULT is used

string

Self-trade prevention mode: EXPIRE_TAKER/EXPIRE_MAKER/EXPIRE_BOTH; default EXPIRE_TAKER

number

Notional value: One of quantity or amount; if amount is provided, quantity can be omitted, and the system converts the quantity based on price and rounds up to the nearest integer multiple of the step size; mutually exclusive with closePosition

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json