---
title: "List Non-Default Endpoint Costs"
method: GET
path: "/account/endpoint_costs"
tags: ["account"]
---

# List Non-Default Endpoint Costs

`GET /account/endpoint_costs`

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

## Response `200`

Non-default endpoint costs retrieved successfully

- GetAccountEndpointCostsResponse
  - `default_cost` integer, required — Default token cost applied to endpoints that are not listed in `endpoint_costs`. This is currently 10.
  - `endpoint_costs` EndpointTokenCost[], required — API v2 endpoints whose configured token cost differs from `default_cost`. Endpoints that use the default cost are omitted.
    - `method` string, required — HTTP method for the endpoint.
    - `path` string, required — API route path for the endpoint.
    - `cost` integer, required — Configured token cost for an endpoint whose cost differs from the default cost.

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/6aec27d55fba/schema)
