Cancel Order
POST /api/v1/order/cancel/Body
Examples
curl -X POST -H "Content-Type: application/json" \
-H "Nectar-Api-Key: <apikey>" \
-d '{"order_id": "<order_id>"}' \
<nectar_url>/api/v1/trades/?symbol=ETH_ETH:USDT_ETH&page=1Response
Last updated