Submit an Order to Buy or Sell Crypto

Client systems use this endpoint to submit new order instructions to buy or sell crypto on behalf of an investor.

The order processes asynchronously. The system allows duplicate submissions; however, order details must NOT change in subsequent requests. Orders are uniquely tracked for idempotency by the submitting system providing the clientOrderId field.

Clients can provide the amounts to purchase or sell crypto in two different ways:

Notional - Using the notional field, an investor may place an order for crypto given a USD amount to purchase. For example, an investor can buy $100 of BTCUSD at market price by entering 100 in the notional field.
Absolute - Using the quantity field, an investor may place an order for an exact amount of crypto. For example, an investor can sell 0.05 BTC for USD by entering 0.05 in the quantity field.

Body Params

Submits a new order to fill given the terms provided by the investor

string
required

Investor account identifier

integer

Clients use this parameter to add commission (in basis points) to the investor's executed trade cost

integer

Clients use this parameter to add markup (in basis points) to the investor's ordered asset price

string
required
length ≤ 64

Client-specified unique identifier used to track, manage, and retrieve details about the order once it's submitted.

date-time | null

Time the order expires for GTD orders

string

Clients use this parameter to add fixed commission (in USD) to the investor's executed trade cost

string

Clients use this parameter to add fixed markup (in USD) to the investor's ordered asset price

string

Order size in approximate monetary units; mutually exclusive with quantity

string

All float fields must accommodate up to fifteen significant digits

string

Order size in number of product units; mutually exclusive with notional

string
required


BUY - Buy crypto assets
SELL - Sell crypto assets

string

The stop price for stop limit order.

string
required

The symbol representing a crypto asset on the platform

string
required


IOC - Fill immediately and cancel any amount that can't be filled
DAY - Fill order until the end of the current trading day
GTC - Fill order until canceled or after 90 days
GTD - Fill order until the good-till date

string
required


MARKET - Fill the order using current MARKET price
LIMIT - Fill the order matching the price constraints provided

Responses

Language
Credentials
Choose an example:
application/json