Get Account Limits
Get the authenticated account's effective rate-limit allowances for its current volume-based tier: order-action rate, open-order cap, and the display-only messages-per-minute figure. open_orders reflects the account's current live open-order count; the rate-usage counters (actions_per_minute, actions_burst, and reset) are not tracked here and are reported as 0.
get/v1/account/limits
Response
Account limits response.
Example response
{
"actions_per_minute": 23,
"actions_per_minute_limit": 300,
"open_orders": 42,
"open_orders_limit": 1000,
"reset": 1767225660000,
"messages_per_minute": 300
}