Create order
Crypto
Create order
Asynchronous operation. The order may not be available in the orders list immediately after the response.
POST
Create order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Company ID
Body
application/json
Order pair
Pattern:
^[a-zA-Z0-9]{1,16}\/[a-zA-Z0-9]{1,16}$Examples:
"USDT/EUR"
"BTC/EUR"
"1INCH/USDT"
Order side
Available options:
buy, sell Order volume. If BUYING, the volume is in QUOTE currency. If SELLING, the volume is in BASE currency
Required string length:
1 - 36Examples:
"42"
"4.2"
"4.20"
Market order (executes immediately at the current market price)
- Option 1
- Option 2
Response
OK