cURL
curl --request GET \ --url https://api.elections.kalshi.com/trade-api/v2/account/limits \ --header 'KALSHI-ACCESS-KEY: <api-key>' \ --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \ --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{ "usage_tier": "<string>", "read_limit": 123, "write_limit": 123 }
Endpoint to retrieve the API tier limits associated with the authenticated user.
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Account API tier limits retrieved successfully
User's API usage tier
Maximum read requests per second
Maximum write requests per second