---
title: "Check API Credits"
method: POST
path: "/v1/credits"
tags: ["Authorization"]
---

# Check API Credits

`POST /v1/credits`

Check your remaining API credits and usage for the current billing period.

Returns:
- Number of API calls used and remaining credits
- Credit limit and reset date
- List of enabled features for your plan

Credits reset at the start of each billing period.

## Response `200`

Credits information retrieved successfully

- object
  - `used` number — Number of credits used this billing period
  - `remaining` number, nullable — Remaining credits (null if unlimited)
  - `limit` integer — Total credit limit for billing period
  - `is_unlimited` boolean — Whether the account has unlimited credits
  - `resets_at` string, date-time, nullable — When credits reset (ISO 8601)
  - `enabled_features` string[] — List of API features enabled for your plan

## Other responses

- `400` — Bad request (e.g., using access token instead of API key)
- `401` — Unauthorized. This can happen if the `x-api-key` header is missing.

---

[API](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2.md) · [All operations](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casparser/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech-2/revisions/c9918aebb2de/schema)
