---
title: "List prepaid credit bundles (free)"
method: GET
path: "/v1/credits/bundles"
tags: ["Credits"]
---

# List prepaid credit bundles (free)

`GET /v1/credits/bundles`

Lists the available prepaid credit bundles with prices. Buy a bundle once via x402 (POST /v1/credits/buy/{bundle}) and receive an API key preloaded with N credits (1 credit = 1 validation/lookup; batch validation debits 1 credit per IBAN) — credits never expire. Card checkout is also available at https://ibanforge.com/pricing.

## Response `200`

Available bundles

- object
  - `bundles` object[], required
    - `slug` '1k' | '5k' | '25k'
    - `credits` integer
    - `price_usdc` number
    - `price_per_call_usdc` number
    - `buy_endpoint` string
  - `payment_method` string
  - `documentation` string

## Other responses

- `429` — Rate limit exceeded. Honour the Retry-After header; see https://api.ibanforge.com/rate-limits.yml

## Changes

- **2026-08-15** `640945b3efa0` — 1 info
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/ibanforge/apis/ibanforge-api/changes/v1/credits/bundles/get.md)

---

[API](https://skmtc.dev/ibanforge/apis/ibanforge-api.md) · [All operations](https://skmtc.dev/ibanforge/apis/ibanforge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibanforge/ibanforge-api/revisions/43464a65312b/schema)
