Home
ankr
ankr
Ankr is a Web3 infrastructure provider whose multichain RPC, Advanced API, liquid staking, contract automation, and Rollup-as-a-Service products serve developers, exchanges, and enterprises across 80+ blockchains. The Node API exposes JSON-RPC and WebSocket endpoints at rpc.ankr.com/{chain}; the Advanced API (AAPI) layers an indexed query surface across 19 EVM mainnets for NFT, token, and historical-data reads. Ankr also operates liquid staking pools (ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, ankrFLOW), a contract automation service on BNB Smart Chain, and an enterprise Rollup-as-a-Service practice that supports OP Stack, Polygon CDK, and Arbitrum Orbit variants. Infrastructure runs as a global DePIN of bare-metal nodes in 30+ regions serving roughly 8 billion daily RPC requests.
5 APIs
6 Capabilities
23 Features
Ankr's Node API exposes standard JSON-RPC endpoints (HTTPS and WebSocket) for 80+ public blockchains at rpc.ankr.com/{chain}. EVM chains share the Ethereum JSON-RPC envelope; no...
The Advanced API (AAPI) is Ankr's indexed JSON-RPC surface that optimizes, caches, and aggregates data across 19 EVM mainnets and 7 testnets. Methods are grouped into NFT (ankr_...
Ankr's Liquid Staking developer surface — a RESTful metrics API plus on-chain Smart Contract APIs across Avalanche, Binance Smart Chain, Ethereum, Fantom, and Polygon. Supported...
Ankr Contract Automation executes deployed smart-contract functions based on time-based (CRON) or event-driven (IAutomateCompatible) triggers. As of May 2026 the service support...
AnkrScan is Ankr's multi-chain block explorer covering EVM and non-EVM networks. It is a hosted UI consuming Ankr's Node API and Advanced API and does not currently publish a pu...
Run Capabilities with Naftiko — Deploy and orchestrate these API capabilities using Naftiko Fleet.
Run with Naftiko
Ankr Advanced API NFT methods. Self-contained Naftiko capability covering NFT ownership, metadata, holders, and transfer history across 19 EVM mainnets.
Run with Naftiko
Ankr Advanced API Query methods. Self-contained Naftiko capability covering blockchain statistics, block reads, log filtering, transactions by hash/address, and cross-chain wall...
Run with Naftiko
Ankr Advanced API Token methods. Self-contained Naftiko capability covering token balances, prices (current + historical), holders, currencies, and transfers across 19 EVM mainn...
Run with Naftiko
Ankr Contract Automation control-plane: create, list, fetch, and delete on-chain automation tasks for BNB Smart Chain contracts (time and event triggers).
Run with Naftiko
Ankr Node API EVM JSON-RPC capability. Single capability covering the standard Ethereum JSON-RPC surface for any EVM chain at https://rpc.ankr.com/{chain}.
Run with Naftiko
Ankr Liquid Staking RESTful metrics: TVL, APR, holders, supply, and trustless exchange ratio across ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, ankrFLOW.
Run with Naftiko
Run Capabilities with Naftiko — Deploy and orchestrate these API capabilities using Naftiko Fleet.
Run with Naftiko
80+ blockchain networks behind a single multichain RPC surface (rpc.ankr.com/{chain})
Average response time of 56ms with claimed 99.99% uptime across a 30+ region DePIN
8 billion daily RPC requests served as of May 2026
Public Plan free with anonymous IP-scoped throttling — production should use Premium
Premium Plan multiplies Node API throughput x50 and Advanced API x30
WebSocket (WSS) endpoints, archive access, IP whitelisting, and multi-project statistics
Advanced API — indexed JSON-RPC over 19 EVM mainnets exposing NFT, Token, and Query methods
ankr_getAccountBalance returns native + ERC-20 balances across multiple chains in one call
ankr_getNFTsByOwner / ankr_getNFTMetadata / ankr_getNFTHolders / ankr_getNftTransfers
ankr_getTokenPrice and ankr_getTokenPriceHistory for on-chain pricing without third-party
ankr_getLogs and ankr_getTransactionsByAddress for indexer-grade history reads
Liquid staking on 7+ chains via ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, ankrFLOW
Liquid Staking RESTful metrics API (https://api.staking.ankr.com/v1.0/metrics)
Trustless ratio oracles and PancakeSwap price oracle for ankr* tokens
Smart Contract Automation on BNB Smart Chain with CRON + event triggers
Rollup-as-a-Service (RaaS) — OP Stack, Polygon CDK, Arbitrum Orbit and custom appchains
Bitcoin Secured Infrastructure for chains anchoring security to Bitcoin
Enterprise DVN infrastructure on LayerZero for cross-chain messaging
Recent RPC launches — HyperEVM, Unichain, AB Chain, Kite (AI Payment Blockchain)
Powers AI / blockchain integrations including ChainGPT AI Hub V2 (March 2026)
SDKs — ankr.js (TypeScript), ankr-python-sdk, Mirage Unity SDK, Mirage Unreal SDK
AnkrScan multi-chain block explorer at ankrscan.io
Open-source Erigon and BSC-Erigon forks operated for archive workloads
25 classes · 5 properties
JSON-LD
5 rules ·
1 errors
3 warnings
SPECTRAL
Sources
aid: ankr
url: https://raw.githubusercontent.com/api-evangelist/ankr/refs/heads/main/apis.yml
apis:
- aid: ankr:ankr-rpc-service
name: Ankr RPC Service (Node API)
tags:
- RPC
- Web3
- Multichain
- EVM
- Blockchain
humanURL: https://www.ankr.com/rpc/
baseURL: https://rpc.ankr.com
properties:
- url: https://www.ankr.com/docs/rpc-service/overview/
type: Documentation
- url: https://www.ankr.com/docs/rpc-service/chains/chains-list/
type: Documentation
- url: openapi/ankr-rpc-service-openapi.yml
type: OpenAPI
- url: json-ld/ankr-context.jsonld
type: JSONLD
- type: NaftikoCapability
url: capabilities/rpc-service-evm.yaml
description: |
Ankr's Node API exposes standard JSON-RPC endpoints (HTTPS and WebSocket) for 80+
public blockchains at rpc.ankr.com/{chain}. EVM chains share the Ethereum JSON-RPC envelope;
non-EVM chains (Solana, Aptos, TRON, Stellar, TON, Cosmos networks) expose their native
RPC surface at the same per-chain endpoint. Public Plan is open and anonymous;
Premium Plan multiplies throughput x50 and unlocks WebSocket subscriptions, archive nodes,
and IP whitelisting via project-scoped API keys.
- aid: ankr:ankr-advanced-api
name: Ankr Advanced API
tags:
- Web3
- NFT
- Token
- Indexer
- Multichain
humanURL: https://www.ankr.com/docs/advanced-api/overview/
baseURL: https://rpc.ankr.com/multichain
properties:
- url: https://www.ankr.com/docs/advanced-api/overview/
type: Documentation
- url: https://api-docs.ankr.com/reference/
type: Documentation
- url: openapi/ankr-advanced-api-openapi.yml
type: OpenAPI
- url: json-schema/ankr-nft-asset-schema.json
type: JSONSchema
- url: json-schema/ankr-account-balance-schema.json
type: JSONSchema
- url: json-structure/ankr-account-balance-structure.json
type: JSONStructure
- url: examples/ankr-get-account-balance-example.json
type: Example
- url: examples/ankr-get-nfts-by-owner-example.json
type: Example
- type: NaftikoCapability
url: capabilities/advanced-api-nft.yaml
- type: NaftikoCapability
url: capabilities/advanced-api-token.yaml
- type: NaftikoCapability
url: capabilities/advanced-api-query.yaml
description: |
The Advanced API (AAPI) is Ankr's indexed JSON-RPC surface that optimizes, caches, and
aggregates data across 19 EVM mainnets and 7 testnets. Methods are grouped into NFT
(ankr_getNFTsByOwner, ankr_getNFTMetadata, ankr_getNFTHolders, ankr_getNftTransfers),
Token (ankr_getAccountBalance, ankr_getCurrencies, ankr_getTokenPrice, ankr_getTokenHolders,
ankr_getTokenHoldersCount, ankr_getTokenTransfers, ankr_getTokenPriceHistory), and Query
(ankr_getBlockchainStats, ankr_getBlocks, ankr_getLogs, ankr_getTransactionsByHash,
ankr_getTransactionsByAddress, ankr_getInteractions).
- aid: ankr:ankr-staking-api
name: Ankr Liquid Staking API
tags:
- Staking
- LiquidStaking
- DeFi
- Validators
humanURL: https://www.ankr.com/docs/staking-for-developers/overview/
baseURL: https://api.staking.ankr.com
properties:
- url: https://www.ankr.com/docs/staking-for-developers/overview/
type: Documentation
- url: openapi/ankr-staking-api-openapi.yml
type: OpenAPI
- url: json-schema/ankr-staking-metrics-schema.json
type: JSONSchema
- type: NaftikoCapability
url: capabilities/staking-metrics.yaml
- url: https://www.ankr.com/staking/dashboard/
type: Dashboard
description: |
Ankr's Liquid Staking developer surface — a RESTful metrics API plus on-chain Smart Contract
APIs across Avalanche, Binance Smart Chain, Ethereum, Fantom, and Polygon. Supported
liquid staking tokens include ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, and
ankrFLOW. The RESTful surface exposes staking metrics (TVL, APR, holders, supply),
the trustless exchange ratio, and validator metadata (unbond windows, reward release).
- aid: ankr:ankr-automation-api
name: Ankr Contract Automation API
tags:
- Automation
- SmartContracts
- BNB
humanURL: https://www.ankr.com/docs/automation/overview/
baseURL: https://www.ankr.com/automation
properties:
- url: https://www.ankr.com/docs/automation/overview/
type: Documentation
- url: openapi/ankr-automation-api-openapi.yml
type: OpenAPI
- type: NaftikoCapability
url: capabilities/automation-tasks.yaml
description: |
Ankr Contract Automation executes deployed smart-contract functions based on time-based (CRON)
or event-driven (IAutomateCompatible) triggers. As of May 2026 the service supports BNB Smart Chain
only — additional networks are on the roadmap. Tasks are created, funded, paused, and deleted via
the Ankr Automation Dashboard.
- aid: ankr:ankr-block-explorer
name: AnkrScan Block Explorer
tags:
- BlockExplorer
- Web3
humanURL: https://ankrscan.io
baseURL: https://ankrscan.io
properties:
- url: https://ankrscan.io
type: Portal
description: |
AnkrScan is Ankr's multi-chain block explorer covering EVM and non-EVM networks. It is a hosted
UI consuming Ankr's Node API and Advanced API and does not currently publish a public REST surface.
common:
- url: https://www.ankr.com
type: Portal
- url: https://www.ankr.com/docs/
type: Documentation
- url: https://www.ankr.com/rpc/
type: SignUp
- url: https://www.ankr.com/rpc/projects/
type: Dashboard
- url: https://www.ankr.com/rpc/pricing/
type: Pricing
- url: https://www.ankr.com/blog/
type: Blog
- url: https://www.ankr.com/about/
type: Company
- url: https://x.com/ankr
type: Twitter
- url: https://discord.com/invite/ankrnetwork
type: Forum
- url: https://t.me/ankrnetwork
type: Forum
- url: https://github.com/Ankr-network
type: GitHubOrganization
- url: https://github.com/Ankr-network/ankr.js
name: ankr.js (TypeScript SDK)
type: SDK
- url: https://github.com/Ankr-network/ankr-python-sdk
name: ankr-python-sdk
type: SDK
- url: https://github.com/Ankr-network/ankr-sdk-nodejs
name: ankr-sdk-nodejs
type: SDK
- url: https://github.com/Ankr-network/game-unity-sdk
name: Ankr Mirage Unity SDK
type: SDK
- url: https://github.com/Ankr-network/game-unreal-sdk
name: Ankr Mirage Unreal SDK
type: SDK
- url: https://github.com/Ankr-network/game-unreal-aptos-sdk
name: Ankr Mirage Unreal Aptos SDK
type: SDK
- url: https://github.com/Ankr-network/ankr-compound-sdk
name: Ankr Compound SDK
type: SDK
- url: https://github.com/Ankr-network/ankrscan-sdk
name: AnkrScan Go SDK
type: SDK
- url: https://github.com/Ankr-network/ankr-cli
name: Ankr CLI
type: CLI
- url: https://github.com/Ankr-network/ankr-docs
name: Ankr Docs source
type: SourceCode
- url: https://github.com/Ankr-network/erigon
name: Ankr Erigon fork
type: SourceCode
- url: https://ankrscan.io
name: AnkrScan
type: BlockExplorer
- url: https://api-docs.ankr.com/reference/
name: API Reference
type: Documentation
- url: https://api-docs.ankr.com/llms.txt
name: API Reference llms.txt
type: Documentation
- url: https://status.ankr.com
type: Status
- url: https://www.ankr.com/terms/
type: TermsOfService
- url: https://www.ankr.com/privacy/
type: PrivacyPolicy
- url: plans/ankr-plans-pricing.yml
type: Plans
- url: rate-limits/ankr-rate-limits.yml
type: RateLimits
- url: finops/ankr-finops.yml
type: FinOps
- url: vocabulary/ankr-vocabulary.yml
type: Vocabulary
- url: rules/ankr-rules.yml
type: SpectralRules
- type: Features
data:
- 80+ blockchain networks behind a single multichain RPC surface (rpc.ankr.com/{chain})
- Average response time of 56ms with claimed 99.99% uptime across a 30+ region DePIN
- 8 billion daily RPC requests served as of May 2026
- Public Plan free with anonymous IP-scoped throttling — production should use Premium
- Premium Plan multiplies Node API throughput x50 and Advanced API x30
- WebSocket (WSS) endpoints, archive access, IP whitelisting, and multi-project statistics
- Advanced API — indexed JSON-RPC over 19 EVM mainnets exposing NFT, Token, and Query methods
- ankr_getAccountBalance returns native + ERC-20 balances across multiple chains in one call
- ankr_getNFTsByOwner / ankr_getNFTMetadata / ankr_getNFTHolders / ankr_getNftTransfers
- ankr_getTokenPrice and ankr_getTokenPriceHistory for on-chain pricing without third-party
- ankr_getLogs and ankr_getTransactionsByAddress for indexer-grade history reads
- Liquid staking on 7+ chains via ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, ankrFLOW
- Liquid Staking RESTful metrics API (https://api.staking.ankr.com/v1.0/metrics)
- Trustless ratio oracles and PancakeSwap price oracle for ankr* tokens
- Smart Contract Automation on BNB Smart Chain with CRON + event triggers
- Rollup-as-a-Service (RaaS) — OP Stack, Polygon CDK, Arbitrum Orbit and custom appchains
- Bitcoin Secured Infrastructure for chains anchoring security to Bitcoin
- Enterprise DVN infrastructure on LayerZero for cross-chain messaging
- Recent RPC launches — HyperEVM, Unichain, AB Chain, Kite (AI Payment Blockchain)
- Powers AI / blockchain integrations including ChainGPT AI Hub V2 (March 2026)
- SDKs — ankr.js (TypeScript), ankr-python-sdk, Mirage Unity SDK, Mirage Unreal SDK
- AnkrScan multi-chain block explorer at ankrscan.io
- Open-source Erigon and BSC-Erigon forks operated for archive workloads
sources:
- https://www.ankr.com
- https://www.ankr.com/docs/
- https://www.ankr.com/docs/rpc-service/overview/
- https://www.ankr.com/docs/advanced-api/overview/
- https://www.ankr.com/docs/staking-for-developers/overview/
- https://www.ankr.com/docs/automation/overview/
- https://www.ankr.com/blog/
- https://github.com/Ankr-network
updated: '2026-05-25'
created: '2026-05-25'
modified: '2026-05-25'
position: Consuming
description: |
Ankr is a Web3 infrastructure provider whose multichain RPC, Advanced API, liquid staking,
contract automation, and Rollup-as-a-Service products serve developers, exchanges, and
enterprises across 80+ blockchains. The Node API exposes JSON-RPC and WebSocket endpoints at
rpc.ankr.com/{chain}; the Advanced API (AAPI) layers an indexed query surface across 19 EVM
mainnets for NFT, token, and historical-data reads. Ankr also operates liquid staking pools
(ankrETH, ankrBNB, ankrPOL, ankrAVAX, ankrFTM, ankrDOT, ankrFLOW), a contract automation
service on BNB Smart Chain, and an enterprise Rollup-as-a-Service practice that supports OP
Stack, Polygon CDK, and Arbitrum Orbit variants. Infrastructure runs as a global DePIN of
bare-metal nodes in 30+ regions serving roughly 8 billion daily RPC requests.
maintainers:
- FN: Kin Lane
email: [email protected]
X: apievangelist
url: https://apievangelist.com
specificationVersion: '0.16'