Web3API
HomeAPI EndpointsContactTwitter
  • ​🚀 Welcome to Web3API
  • Introduction
    • ✨Getting Started
    • 📡 Choosing A Network
  • Developers
    • 🔌API Endpoints
      • eth_hashrate
      • eth_gasPrice
      • eth_blockNumber
      • eth_getBalance
      • eth_getStorageAt
      • eth_getTransactionCount
      • eth_getBlockTransactionCountByHash
      • eth_getBlockTransactionCountByNumber
      • eth_getCode
      • eth_sendRawTransaction
      • eth_call
      • eth_getBlockByHash
      • eth_getBlockByNumber
      • eth_getTransactionByHash
      • eth_getTransactionByBlockHashAndIndex
      • eth_getTransactionByBlockNumberAndIndex
      • eth_getTransactionReceipt
      • eth_getUncleByBlockHashAndIndex
      • eth_getUncleByBlockNumberAndIndex
      • eth_getUncleCountByBlockHash
      • eth_getUncleCountByBlockNumber
      • eth_estimateGas
      • eth_syncing
    • 😟API Errors and Troubleshooting
  • Tutorials
    • ⚡Adding a Custom RPC to Metamask
  • Dashboard
    • 🔑Forgot Password
  • Resources
    • ❓ FAQ
    • 🤝 Support
Powered by GitBook
On this page
  • Getting Started
  • Start Building
  • Common Errors and Troubleshooting

Was this helpful?

  1. Developers

API Endpoints

The standard Ethereum JSON-RPC calls that are compatible with Web3API.

Previous Choosing A NetworkNexteth_hashrate

Last updated 3 years ago

Was this helpful?

Getting Started

Using the Web3API endpoints requires you to have an API key, create an account and get it set up from your dashboard.

Start Building

Once you're all set up, start BUIDL-ing and making requests with our API endpoints. A full reference to supported endpoints and sample commands can be found here.

Common Errors and Troubleshooting

Not able to connect or getting invalid responses? Jump over to our troubleshooting page where we cover most of the common issues.

🔌
✨
🛠️
⚠️
✨Getting Started
eth_hashrate
😟API Errors and Troubleshooting