Skip to main content
POST
Create a standing order

Body

application/json

Order params

Standing Order creation params

low_watermark_qty
number
required

Minimum quantity level to inform market maker, in base currency

strict
boolean
required

Should always open orders == qty or not

symbol
string
required

Currency pair

type
enum<string>
required

Order type

Available options:
sell,
buy
min_qty
number | null

Minimum quantity to be traded at a go, in base currency

qty
number

Order quantity, denominated in the base currency

Response

StandingOrder

Response schema for a single standing order

data
StandingOrder · object

An order

Example: