RPC endpoint

An RPC endpoint is the network address, typically an HTTPS or WebSocket URL, to which a client sends JSON-RPC requests to communicate with a blockchain node.

The endpoint is the door to a node: point your client at the URL, authenticate, and issue methods like eth_call or getblock. Endpoints differ by chain, transport and capability — some serve only recent state, some full archive history and trace. With us, one key gives an endpoint that combines raw archive JSON-RPC passthrough with our decoded-data and analytics APIs, and every request is metered from a single prepaid credit balance rather than provisioned per-chain plans.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥