Skip to main content
GET
/
account
/
limits
Get Account API Limits
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
}

Authorizations

KALSHI-ACCESS-KEY
string
header
required

Your API key ID

KALSHI-ACCESS-SIGNATURE
string
header
required

RSA-PSS signature of the request

KALSHI-ACCESS-TIMESTAMP
string
header
required

Request timestamp in milliseconds

Response

Account API tier limits retrieved successfully

usage_tier
string
required

User's API usage tier

read_limit
integer
required

Maximum read requests per second

write_limit
integer
required

Maximum write requests per second