Sandbox Create buy or sell order

Create a new trading order

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The ID of the wallet or sub-wallet associated with the order.

string

A unique client-generated trade ID for the order.

string
required

The trading pair symbol (e.g., BTCUSDT).

Refer to the Get Trading pairs endpoint for the list of pair symbol.

string
enum
required

The type of order (market or limit).

Allowed:
string

The price per unit of the amount for a limit order (required for limit orders).

string
enum
required

The side of the order (buy or sell).

Allowed:
string
required

The amount of the order.

For limit and market-sell orders, it represents the number of base coins. For market-buy orders, it represents the number of quote coins.

string

Time window in unix milliseconds within which the request is valid (e.g., 5000 = 5 seconds).

Responses

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