Skip to main content
GET
/
account
/
endpoint_costs
List Non-Default Endpoint Costs
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/account/endpoint_costs
{
  "default_cost": 123,
  "endpoint_costs": [
    {
      "method": "<string>",
      "path": "<string>",
      "cost": 123
    }
  ]
}

Response

Non-default endpoint costs retrieved successfully

default_cost
integer
required

Default token cost applied to endpoints that are not listed in endpoint_costs. This is currently 10.

endpoint_costs
object[]
required

API v2 endpoints whose configured token cost differs from default_cost. Endpoints that use the default cost are omitted.