Create order

Creates a digital asset order for the account. The order is processed asynchronously; a successful response indicates the order was received and is pending further processing, not that it has been accepted by the venue. Use the list orders and list trades endpoints to observe order lifecycle and fills.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 1 and 256

The account ID or account number to create the order for.

Body Params

A digital asset order to create. The order notional (price × quantity) must be at
least the minimum notional. Orders that violate the symbol's tick size, quantity
increment, or minimum notional are rejected.

Only CLST.SPOT.BTC-USD and CLST.SPOT.ETH-USD are currently supported. Current
trading rules:

SymbolTick sizeQuantity incrementMin notional
CLST.SPOT.BTC-USD0.010.00001100
CLST.SPOT.ETH-USD0.010.0001100

string
length between 1 and 256

An ID that you provide.

string
enum
required

The order type.

  • limit - Executes at the limit price or better. Requires price and
    quantity.
Allowed:
string
enum
required

Either buy or sell side.

Allowed:
string
required
length between 1 and 16

The quantity in base-asset units. Must be a positive multiple of the symbol's quantity increment.

string
length between 1 and 16

The limit price. Required for limit orders. Must be a positive multiple of the tick size.

string
enum
required

The time-in-force policy for the order.

  • gtc - Good till canceled.
  • ioc - Immediate or cancel.
  • fok - Fill or kill.
Allowed:
string
required
length between 1 and 64

The digital asset symbol. Only CLST.SPOT.BTC-USD and CLST.SPOT.ETH-USD are currently supported.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json