Cancels an active order by its external_id.
Publishes updates in the following websocket topics: 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.
Ok
{
"create_date": "2017-12-08T23:42:54.960Z",
"executed_amount": 0.02347418,
"external_id": "B4A9F7F4-9C79-4921-9330-224C17260BDF",
"id": "7155ED34-9EC4-4733-8B32-1E4319CB662F",
"pair": "BTC_BRL",
"price": 42600,
"remaining_amount": 0.1,
"remaining_value": 0.6,
"requested_amount": 0.02347418,
"requested_value": 1000,
"side": "buy",
"status": "canceled",
"total_value": 1000,
"type": "limit",
"update_date": "2017-12-13T21:48:48.817Z"
}null
null