Skip to main content
The Smart Contract API lets you interact with any on-chain smart contract directly from a Blockradar wallet without managing ABIs, gas estimation, or RPC providers yourself.

What you can do

  • Call read functions on any contract
  • Execute write functions that modify on-chain state
  • Use sign-only mode to sign contract interactions without broadcasting
  • Estimate network fees for contract writes

Endpoints

Full API Reference

View all smart contract endpoints in the API Reference tab.