Skip to content

Glossary

TermDefinition
RU (Request Unit)The billing unit for API calls. Different RPC methods consume different amounts of RU. For example, eth_chainId costs 0 RU while eth_getLogs costs 50 RU.
EndpointA blockchain access point consisting of an RPC URL and API key. Each endpoint is tied to a specific chain.
API KeyA unique identifier generated for each endpoint. Used to authenticate your requests.
ChainA blockchain network (e.g., Ethereum Mainnet, Base, BSC).
JSON-RPCThe standard protocol for communicating with blockchain nodes. BlockReq supports JSON-RPC 2.0.
HTTPSSecure HTTP endpoint for standard request-response RPC calls.
WSSWebSocket Secure endpoint for persistent connections and real-time subscriptions (e.g., eth_subscribe).
Archive DataHistorical blockchain state data. Required for methods like eth_getBalance at past block heights. Available on Growth and Premium plans.
Rate LimitThe maximum number of RU per second your plan allows. Free plan: 1,000 RU/sec; Premium: 5,000 RU/sec.
Free RefreshMonthly automatic replenishment of 80M RU for free-tier users.
BalanceYour current RU credit balance, consumed as you make API calls.