Freemium
Etherscan API
Etherscan API provides developers with programmatic access to Ethereum blockchain data, including transactions, smart contracts, token balances, and gas prices. It powers applications such as crypto wallets, blockchain explorers, analytics platforms, and DeFi dashboards. Widely used for monitoring on-chain activity, verifying contracts, and building secure dApps.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
5 requests/second
Rate Limit
API Endpoints
Retrieve Ethereum transaction details
Full URL
https://api.etherscan.io/api/api
Code Examples
curl -X GET 'https://api.etherscan.io/api/api' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "action": "eth_getTransactionByHash", "module": "proxy", "txhash": "0x..." }
Example Response
{
"result": {
"hash": "0x...",
"value": "0x123"
},
"jsonrpc": "2.0"
}
Version
v1
Rate Limit
5 requests/second (free tier)
Tags
blockchain-dataethereum-exploreretherscantransaction-tracking
Related APIs
Discover similar APIs that might interest you