Service Plans

Ankr provides the top-performing globally-distributed enterprise-grade infrastructure of nodes to empower your Web3 projects with blockchain interaction capabilities.

Our solutions work under the following Service Plans:

  • Public — public endpoints for free blockchain interaction provided with Public features and rate limits.
  • Premium — private endpoints for high-performing blockchain interaction provided with Premium features and rate limits.
  • Freemium — a service plan to try out premium features before going fully Premium. Provides free 200M API credits monthly for API interactions. You have to sign in on the platform without topping up your account balance to access Premium features but under Public rate limits.
  • Enterprise — customer-tailored solutions for the most demanding blockchain interaction cases.

Here is the list of solutions we have at your disposal on the Web3 API (opens in a new tab) platform under the Service Plan you've selected:

  • Node API — the endpoints that enable your Web3 projects to start interacting with an extensive list of supported blockchains, give access to viewing the usage statistics for the data queried, and provide the means for RPC API methods testing.
  • Advanced API — a ready-to-use indexed collection of endpoints that supports simultaneous querying of multiple blockchains (19 mainnet and 7 testnet chains available) for the most popular Web3 scenarios at near-instant speeds; available via JavaScript/ Python SDKs and React Hooks. Advanced API also gives you access to the usage statistics for the data queried.

Here is the list of blockchains supported: Chains Quickstart.

Service Plans Comparison

The Node API and Advanced API solutions come with both Public, Freemium, and Premium service plans but differ significantly by the rate limits and other performance features supported depending on the plan selected.

Feature List

Feature Public Freemium Premium
Chains 40+ 65+ 80+
Full and Archive data
Global node coverage
Node API:
Standard
Trace
Debug
Advanced API
Projects (personal API tokens) ✅ (1) ✅ (3)
Multi-project statistics
Team accounts
Whitelists (IP, domain, smart contract)
Support Polkadot, Kusama, & HECO
Batch requests
Priority order Limited during high traffic Limited during high traffic Prioritized during high traffic
Connection HTTPS HTTPS and WebSocket HTTPS and WebSocket
Support Community Support (Discord) Community Support (Discord) Priority Portal Support
Terms No Contract No Contract Both Contract and No Contract
Cost Free Free 200M API Credits / monthly Pay-as-you-go
Deal

Rate Limits

Service Public Freemium Premium
Node API
(EVM/non-EVM chains)
Requests across all endpoints:
≈1800 reqs/min — guaranteed;
>1800 reqs/min — possible
(depends on the load)
Requests across all endpoints:
≈1800 reqs/min — guaranteed;
>1800 reqs/min — possible
(depends on the load)
Requests per endpoint:
Up to ≈1.5k reqs/sec
Node API
(Solana)
Requests across all endpoints:
≈1800 reqs/min — guaranteed;
>1800 reqs/min — possible
(depends on the load)
Requests across all endpoints:
≈1800 reqs/min — guaranteed;
>1800 reqs/min — possible
(depends on the load)
Requests per endpoint:
Up to ≈4k reqs/sec
Advanced API 50 reqs/min (max 500 reqs / 10 min) 1k+ reqs/min

Block Range / Batch Size Limits

Comparison item Public Freemium Premium
Max. batch size (Node API) 10 100 1000
Max. batch size (Advanced API) 25 25
Max. block range 1000 3000 10000
Polygon max. block range (temporary) 100 1000 1000
BNB Smart Chain max. block range (temporary) 1000
Monad max. block range ( for eth_getLogs only) 100 100 1000

Charging Models

Our Premium service plan users can choose to query blockchain data under the following charging models:

  • Pay-as-you-go — pay for each request you make.
  • Deal — monthly subscription with 20% extra credits added on top for any of the Deal options chosen ($500-3,000).

Pay-as-you-go

Pay-as-you-go (PAYG) is a usage-based charging model for the Premium Plan services. PAYG means that you commit to no subscriptions but pay for each request you make. The minimum PAYG deposit to start using the Premium Plan features is 10USD (or equivalent amount in ANKR tokens).

Deal

Deal is a subscription-based charging model for the Premium plan services. It is a recurring 500USD3,000USD payment that provides 20% extra API credits compared to the same sum spent on Pay-as-you-go. The API Credits are to be spent within a month to call both Node and Advanced APIs for all the chains we support. Next billing period, the Deal monthly quota refreshes.

Deal in a nutshell:

  • 500USD3,000USD monthly API credits with 20% extra credits added on top of your payment.
  • Both Node and Advanced APIs included.
  • All chains covered.

PAYG Pricing

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

How We Charge

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.

We charge no matter whether a request has been successful or not. In other words, a charge is taken for each request coming to our worker, regardless of a node's response.

PAYG/Deal charging summary:

Correct callIncorrect callCorrect call + incorrect methodCorrect call + rate limiting

  • Correct call (charged) — a request uses a supported method and has a valid JSON-RPC structure.
  • Incorrect call (not charged) — a request has an invalid JSON-RPC structure or a batch request has the same ID in multiple requests. We can't parse such a request.
  • Correct call + incorrect method (charged default amount) — a request uses an unsupported method though has a valid JSON-RPC structure. We charge default amount of credits for the infrastructure usage.
  • Correct call + rate limiting (not charged): a request uses a supported method and has a valid JSON-RPC structure but receives a 429 error due to rate limiting.

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

Last updated on June 10, 2026