New Order
Creates a new order under exchange client
POST
https://api.ajaib.co.id/coin/internal/v1/order
Functionality: Creates a new (spot trading) order belonging to the exchange client's trading account.
A successful response returned simply means the exchange has received (order) instructions to act upon. However, it is no guarantee all (order) instructions have been processed successfully.
Authentication: Required
Request Body
side
string
symbol
string
type
string
price
decimal
Price of order. Mandatory for order type LIMIT
& LIMIT MAKER
quantity
decimal
Quantity of order. Mandatory for order type LIMIT
& LIMIT MAKER
Request Body Sample
Response Body
order_id
long
Unique identifier generated by Ajaib exchange for orders submitted successfully
status
string
Last updated