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
  • What is Web3API ?
  • API Reference
  • Non-Developers

Was this helpful?

​🚀 Welcome to Web3API

The official docs for Web3API platform.

NextGetting Started

Last updated 3 years ago

Was this helpful?

What is Web3API ?

Web3API is a free community node service to easily connect your dApps and wallets to the most used smart contract blockchains in the world.

Get access to for free here.

With Web3API, you can :

  • Access full node capabilities without running your own

  • Monitor API requests through your dashboard

  • Connect your Web3 wallets via JSON-RPC

API Reference

Jump over to our API reference documentation and view our supported JSON-RPC methods.

Non-Developers

Not into BUIDL-ing ? You can still use Web3API's endpoints to power your wallets providers using custom RPCs.

🤔
📖
🌏
Web3API
🔌API Endpoints
⚡Adding a Custom RPC to Metamask