cURL
curl --request POST \ --url https://api.perpo.trade/v1/client/maintenance_config \ --header 'Content-Type: application/json' \ --header 'perpo-account-id: <perpo-account-id>' \ --header 'perpo-key: <perpo-key>' \ --header 'perpo-signature: <perpo-signature>' \ --header 'perpo-timestamp: <perpo-timestamp>' \ --data ' { "maintenance_cancel_order_flag": true } '
{ "success": true, "data": { "success_alter": "Success! Your change has been saved!" }, "timestamp": 1702989203989 }
if true, system will cancel all of user's pending orders during maintenance.
OK
true
Show child attributes
1702989203989