Get Auto-Cancel Status
Get the current auto-cancel status for the authenticated account: the armed deadline, how many times the switch has fired today, and when the daily counter resets.
get/v1/account/auto-cancel
Response
Auto-cancel status response.
Example response
{
"deadline": 1767000045000,
"daily_limit": 1000,
"next_reset": 1767052800000
}