メインコンテンツへスキップ

Polkadot API Overview

更新日:
2026年4月28日

Quicknode supports the following Polkadot APIs on all endpoints. Using your Polkadot endpoint, you can call any of the methods available in these APIs. For a complete list of supported RPC methods, refer to the documentation for each API.

対応API

対応ネットワーク

Quicknode provides access to the following Polkadot networks:

メインネット
種類:制作
HTTP:
WSS:
アーカイブ:はい
剪定:なし
Network Access

Quicknode's Polkadot endpoint provides access to both AssetHub and Relaychain networks through a unified interface.

AssetHub handles most current operations including token transfers, NFT management, and parachain state queries. REST API calls target AssetHub by default:

# AssetHub (default)
curl 'https://your-endpoint.pro/blocks/head'

Polkadot Relaychain provides access to relay chain data, validator information, and historical records. Prefix REST API calls with /rc to access the relaychain:

# Polkadot Relaychain
curl 'https://your-endpoint.pro/rc/blocks/head'

JSON-RPC methods operate without network prefixes and maintain standard compatibility across both networks.

対応製品

近日公開
Additional Quicknode products for Polkadot are coming soon. Check back for updates on available integrations and tools.
このドキュメントを共有する