Pricing
Premium plan's blockchain requests measure in API Credits.
For both our Premium plan's charging models — Pay-as-you-go (PAYG) and Deal — we charge per method used in request. Various methods have different API credit values per request. A method's API credit value calculates based on a method's usage intensity and multiple factors that include using the computational, memory, storage, and network resources.
The price of our API Credits is pegged to USD. It means that upon using ANKR tokens for PAYG, ANKR calculates into API Credits at the latest ANKR/USD exchange rate.
Our PAYG pricing model:
0.10 USD = 1M API Credits
Pricing per request: RPC over HTTPS
| API Type | Method | API Credits | in USD |
|---|---|---|---|
| EVM-compatible | all methods | 200 | $0.00002 |
| Solana | all methods | 500 | $0.00005 |
| Beacon Chains | all methods | 700 | $0.00007 |
| Other (non-EVM) | all methods | 200 | $0.00002 |
| Advanced API | all methods | 700 | $0.00007 |
Pricing per request: RPC over WSS
WebSockets interaction consists of the following actions:
- Subscription: Establishing WSS connection and subscribing to events.
- Notification: Receiving notifications from the events you've subscribed to.
| Action Type | Chain | API Credits | in USD |
|---|---|---|---|
| Subscription | Solana | 500 | $0.00005 |
| EVM-compatible | 200 | $0.00002 | |
| Notification | Solana | 500 | $0.00005 |
| Other | 100 | $0.00001 |
Pricing: gRPC
gRPC interaction consists of the following actions:
- Method call: Establishing gRPC connection using a particular method call.
- Receiving data: Receiving binary data pertaining to the method you've established connection with.
| Action Type | Billing metric | API Credits | in USD |
|---|---|---|---|
| Method call (all chains) | per 1 request | 10 | $0.000001 |
| Receiving data | per 1 GB | 5,000,000 | $0.5 |