Skip to main content
POST
Sandbox Preview trade returns and fees

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
symbol
string
required

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

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

Example:

"BTCUSDT"

side
string
required

The side of the trade (buy or sell).

Example:

"buy"

quantity
string
required

The amount/quantity of the trade in the base or quote coin.

Example:

1.5

Response

success
boolean
required
Example:

true

data
object
required