cURL
curl --request POST \ --url https://api.etherfuse.com/ramp/order/{order_id}/cancel \ --header 'Authorization: <api-key>'
{ "error": "Invalid request parameters" }
Cancels an order that is in created status. Only orders accessible to your API key can be canceled.
created
API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.
Authorization: your-api-key
Bearer
ID of the order to cancel
Order canceled successfully