Skip to main content

Read Data

Applications can read FireChain data using the RPC endpoint, contract calls, and the explorer.


Common Data Types

Developers often read:

  • Wallet balances
  • Token balances
  • Allowances
  • Contract state
  • Transaction receipts
  • Block data
  • Event logs

Data Sources

Use the following official sources:

  • RPC: https://rpc-rinia.firestation.io
  • Explorer: https://rinia.firescan.io/

Good Practice

When building dashboards or apps:

  • Validate network selection
  • Handle RPC errors gracefully
  • Confirm address checksums where relevant
  • Cache responses where appropriate

Next Step

👉 Continue to Best Practices