Inactive All Bot

This endpoint allows the system to deactivate all bot due to some reason

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

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/inactive' \
--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