Withdraw All Order Match

This endpoint allows the system to withdraw all orders that are still open, and it will change the status of all active bots to inactive.

POST https://api.aitrade.com/regulation/bot/withdraw

Headers

Name
Type
Example

Authorization

Basic Auth

Basic TWlyYWUyRdd0OmhhQDI0QXMjamdkcw==

Please contact us for username and password

Post Params

Name
Type
Required
Example

message

string

auto rejection regulation

Response

curl --location 'https://api.aitrade.com/regulation/bot/withdraw' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: ••••••' \
--header 'Cookie: miraeasset_session=eyJpdiI6IkcxNjVxNy8rNlp5dWpoM2tIOExxZUE9PSIsInZhbHVlIjoiZ3p5bVluT292cHVDZ0pOVzVtK05jVTVibzBnUEUwT0VOMDQ1Tm51NE8rZStla253L3o1UVpFeDRDWmUxVk1FWXJwa3NLL0UwTGJ4ZzlSL3VjWUEwdHJRNWE1SUlLYlhRM2U1OGRsVjJ2clhOamZURE1TV25OZXZpb0tkbjZVemUiLCJtYWMiOiIzMTdjOTRhYmEwMWIwN2EwNTY3YTc4ZjJjMDk3NGZmMTlkMjRmY2ZiNDYxY2FhOWVhYTJiN2UwYjQyZTNjOTUyIiwidGFnIjoiIn0%3D' \
--data-urlencode 'message=auto rejection regulation'

Last updated