Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Disable or Enable order
curl --request POST \ --url https://api.starkfi.io/order/:order_id/toggle \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api_key>' \
{ "statusCode": 200, "success": true, "status": "order_deactivated", "message": "Order deactivated successfully.", "data": { "id": "cmom6hg0e000201nm7dcrkgel", "active": false } }
{ "statusCode": 200, "success": true, "status": "order_activated", "message": "Order activated successfully.", "data": { "id": "cmom6hg0e000201nm7dcrkgel", "active": true } }