Creates a new order.
Publishes updates in the following websocket topics: trade (if there is a trade), orderbook, balance and order_status.
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Currency pair code
Order's side (buy)
Order's type (limit)
Order amount in base currency
Limit price
Order value in quote currency
Stop price
Price distance
Step amount (the ratio of amount to step_amount must be less than or equal to 10)
Order external identifier (maximum of 36 chars)
"0f4a8504-21fb-4be6-9771-25dcf5f68f87"
If set to true, the order will be added directly to the order book without an initial match, provided the request is valid
If a valid timestamp is provided, the order will be created with an expiration date and time
If set to true, the order will not be added to the order book after the initial match, any remaining unfilled amount will result in the order being canceled
If set to true, the order will either be completely filled or canceled
Ok
{
"id": "7155ED34-9EC4-4733-8B32-1E4319CB662F",
"create_date": "2024-03-27T13:27:19.853Z",
"executed_amount": 0,
"external_id": "BEAB10B1-45B0-4999-9B2F-D2ED048D6C42",
"pair": "BTC_BRL",
"remaining_amount": 10,
"remaining_value": 1000,
"requested_amount": 10,
"requested_value": 1000,
"side": "buy",
"status": "open"
}null
null