API Reference

Create buy or sell order

Create a new trading order

Log in to see full request history
Body Params
string
required

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

string

A unique client-generated transaction 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
required

The type of order (market or limit).

number

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

string
required

The side of the order (buy or sell).

number
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.

Responses

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