Skip to main content
GET
/
account
/
api_usage_level
/
volume_progress
Get Account API Usage Level Volume Progress
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/account/api_usage_level/volume_progress \
  --header 'KALSHI-ACCESS-KEY: <api-key>' \
  --header 'KALSHI-ACCESS-SIGNATURE: <api-key>' \
  --header 'KALSHI-ACCESS-TIMESTAMP: <api-key>'
{
  "volume_progress": [
    {
      "computed_ts": 123,
      "trailing_30d_volume_fp": "10.00",
      "goals": [
        {
          "level": "<string>",
          "earn_volume_goal_fp": "10.00",
          "keep_volume_goal_fp": "10.00"
        }
      ]
    }
  ]
}

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 usage level volume progress retrieved successfully

volume_progress
object[]
required

Latest cron-computed trading volume progress toward volume-based API usage tiers for the predictions (event_contract) lane.