cURL
curl --request POST \ --url https://api.doppapp.com/v1/private/cancel \ --header 'Content-Type: application/json' \ --header 'x-auth-token: <x-auth-token>' \ --data '{ "instrument_name": "<string>", "order_id": 1, "order_type": "Buy" }'
{ "tx_hash": "<string>" }
Market makers authentication token
Order cancelled successfully
The response is of type object.
object