v4

latestOpenAPI 3.1.02026-08-0117737.6 KB
Credits

List prepaid credit bundles (free)

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.

get/v1/credits/bundles

Response

Available bundles

payment_methodstring
documentationstring

Example response

{
  "bundles": [
    {
      "credits": 1000,
      "price_usdc": 5,
      "price_per_call_usdc": 0.005,
      "buy_endpoint": "POST /v1/credits/buy/1k"
    }
  ],
  "payment_method": "x402 USDC on Base mainnet"
}