Metered Pricing
Understand API credit usage, rate limits, and how to optimize costs for your GitDigital subscription.
Credit System
GitDigital uses a credit-based system where each API call consumes a specific number of credits based on complexity and resources required.
| Operation | Credits | Description |
|---|---|---|
identity.prove() |
1 credit | Standard proof generation |
identity.verify() |
0.5 credits | Proof verification |
identity.batchProve() |
0.8 credits each | Batched proof generation |
compliance.monitor() |
5 credits/month | Active transaction monitor |
compliance.report() |
10 credits | Compliance report generation |
Plan Limits
| Plan | Monthly Credits | Overage |
|---|---|---|
| Starter | 1,000 credits | $0.01/credit |
| Professional | 100,000 credits | $0.008/credit |
| Enterprise | Unlimited | N/A |
| Polygon CDK | 500,000 credits | $0.005/credit |
Tip: Batch operations save up to 20% on credit usage. Use batchProve() when verifying multiple users at once.
Rate Limits
Rate limits are enforced per API key to ensure fair usage:
- Starter: 10 requests/second
- Professional: 100 requests/second
- Enterprise: 1,000 requests/second
- Polygon CDK: 500 requests/second