Skip to main content
POST
Create order

Authorizations

Authorization
string
header
required

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

Query Parameters

companyId
string<uuid>

Company ID

Body

application/json
pair
string
required

Order pair

Pattern: ^[a-zA-Z0-9]{1,16}\/[a-zA-Z0-9]{1,16}$
Examples:

"USDT/EUR"

"BTC/EUR"

"1INCH/USDT"

side
enum<string>
required

Order side

Available options:
buy,
sell
volume
string
required

Order volume. If BUYING, the volume is in QUOTE currency. If SELLING, the volume is in BASE currency

Required string length: 1 - 36
Examples:

"42"

"4.2"

"4.20"

settings
object
required

Market order (executes immediately at the current market price)

Response

OK

order
object
required