cURL
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 } ] }
Lists API v2 endpoints whose configured token cost differs from the default cost. Endpoints that use the default cost are omitted.
Non-default endpoint costs retrieved successfully
Default token cost applied to endpoints that are not listed in endpoint_costs. This is currently 10.
endpoint_costs
API v2 endpoints whose configured token cost differs from default_cost. Endpoints that use the default cost are omitted.
default_cost
Show child attributes