RpcNodeDocs
PricingDashboard
Getting startedIP allowlist
  • Overview
  • API console
  • Authentication
  • Account
  • Endpoints
  • Address Watch
  • Webhooks
  • All guides
  • How to call JSON-RPC
  • Get the latest block height
  • Fetch a block
  • Fetch a transaction
  • Read an account balance
  • Receipts & event logs (EVM)
  • EVM: blocks, txs, and tips
  • EVM L2 checklist (Base, Arb, OP, …)
  • Solana: slots, blocks, and txs
  • Bitcoin: blocks and transactions
  • TRON: blocks and transactions
  • NEAR: block and tx
  • Cosmos SDK chains
  • Aptos & Sui
  • More networks (XRPL, Starknet, TON, …)
  • All errors
  • RPS rate limit exceeded
  • IP allowlist blocked (403)
  • Auth & invalid endpoint
  • Unknown endpoint lock
  • Method not found / not supported
  • Invalid JSON-RPC or HTTP request
  • Upstream unavailable
  • Request timeouts
  • Credits & usage
  • Full node vs archive
  • EVM & Hyperliquid errors
  • Solana errors
  • Bitcoin family errors
  • TRON errors
  • Other network families
  1. RpcNode Docs
  2. →Guides

How-to

Guides

Copy-paste recipes to read the tip, fetch blocks and transactions, and check balances on RpcNode full nodes — every major docs catalog family.

Examples use a placeholder endpoint UUID. Replace it with your dashboard UUID. Full node only — not archive history.

Start here

Universal flows: call RPC, tip, block, transaction, balance, EVM logs.

  • How to call JSON-RPCJSON-RPC · curl · fetch
  • Get the latest block heighteth_blockNumber · getSlot · getblockcount
  • Fetch a blocketh_getBlockByNumber · getBlock · getblock
  • Fetch a transactioneth_getTransactionByHash · getTransaction · getrawtransaction
  • Read an account balanceeth_getBalance · getBalance
  • Receipts & event logs (EVM)eth_getTransactionReceipt · eth_getLogs

By network family

EVM, Solana, Bitcoin, TRON, NEAR, Cosmos, Aptos/Sui, and more.

  • EVM: blocks, txs, and tipsEVM · ethereum · base · arbitrum
  • EVM L2 checklist (Base, Arb, OP, …)base · arbitrum · optimism · polygon · bsc
  • Solana: slots, blocks, and txssolana · getSlot · getBlock · getTransaction
  • Bitcoin: blocks and transactionsbitcoin · getblock · getrawtransaction
  • TRON: blocks and transactionstron · wallet/getnowblock · wallet/gettransactionbyid
  • NEAR: block and txnear · block · tx
  • Cosmos SDK chainscosmos · osmosis · injective · celestia
  • Aptos & Suiaptos · sui · Move
  • More networks (XRPL, Starknet, TON, …)xrpl · starknet · ton · substrate · stacks

Related

  • Getting started
  • Public API
  • Errors