Web3 Provider
This API provides seamless interaction with the Ethereum blockchain, offering a suite of endpoints for querying smart contract methods, retrieving Ether balances, resolving Ethereum Name Service (ENS) names, fetching current gas prices, and obtaining detailed transaction data. It delivers reliable and efficient blockchain data access for developers building decentralized applications and…
Web3 Provider endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Current Gas Price /gasprice |
Retrieves the current gas price on the Ethereum network. |
| GET |
Get ETH Balance /balance/{address} |
Retrieves the Ether balance in Wei of the specified Ethereum address. |
| GET |
Get Transaction Details /transaction/{transactionHash} |
Fetches details about a specific Ethereum transaction. |
| GET |
Resolve ENS Name /ens/{name} |
Resolves an Ethereum Name Service (ENS) name to an Ethereum address. |
| POST |
Contract Interaction /contract/{contractAddress}/{method} |
Invokes a specified method of a smart contract. Please read docs for more info. |
Web3 Provider pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $18.99 / month | 1 / second |
|
| ULTRA | $64.99 / month | 4 / second |
|
| MEGA | $184.99 / month | — |
|