Skip to content

Credits & Pricing

Each API call consumes credits. Your plan includes a monthly credit allowance.

Credit costs

Endpoint categoryCredits per call
Wallet balances, native balance1
Transfer history (per page)1
Token transfers (per page)1
Screening — fast mode2
Screening — full mode5
Price lookup (single)1
Price batch (per symbol)0.5
FX rate0.5
Blockchain data (blocks, tx, traces)1
Status endpoints0 (free)

Plan pricing

PlanMonthly priceIncluded creditsOverage
Free$010,000Not available
StandardEUR 199500,000EUR 0.001/credit
ProfessionalEUR 999Unlimited
EnterpriseCustomCustomCustom

Monitoring usage

Check your credit usage in the developer dashboard or via the API:

bash
curl https://api.cryptachain.com/v1/developer/usage \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"

Purchasing additional credits

On Standard and Professional plans, you can purchase credit packs:

bash
curl -X POST https://api.cryptachain.com/v1/credits/purchase \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"credits": 100000}'

CryptaChain API — built by CryptaCount Luxembourg S.a r.l.