ApiDapp
ApiDapp
Latency
2748ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/transaction/{hash}
/transaction/{hash}/receipt
Get receipt detail information
/transaction/{hash}/receipt
/version
Get API version info
/version
/wallet
Get current account balance
/wallet
/wallet
Create personal wallet
/wallet/account
/wallet/account
/wallet/account
/wallet/account/{id}
Get account balance
/wallet/account/{id}
/wallet/account/{id}/contract
/wallet/account/{id}/erc20
/wallet/account/{id}/pay
/wallet/account/{id}/pay
Send payment from the account held within the wallet
/erc20/{address}
/erc20/{address}
Transfer tokens to another account
/key
/key
/key
/key/{key}
/key/{key}
/transaction
/transaction
Create a new transaction. Transfer Ether between accounts
/transaction/{hash}
Get information about transaction by the transaction hash value
/
/account
/account
Create new account
/account/{id}
Get account balance
/account/{id}
/block
Access detailed block information
/block
/block/{id}
Get information about particular block
/block/{id}
/block/{id}/transaction
Get transaction count within block
/block/{id}/transaction
/block/{id}/transaction/{index}
Get information about particular transaction within block
/block/{id}/transaction/{index}
/blockchain
Get a list of supported blockchains
/blockchain
/blockchain/{id}
Get information about blockchain woth given id
/blockchain/{id}
/contract
/contract
Create a new smart contract
/contract/{id}
Get contract balance
/contract/{id}
/contract/{id}
Call the contract
/echo
/erc20
Get token information such as name, total amount in circulation, etc
/erc20
/erc20
/erc20/{address}
Get information amout token balance in the account
54 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-Api-Key" header. No OAuth required.
curl -X OPTIONS \
"https://ethereum.apidapp.com/1/transaction/{hash}" \
-H "X-Api-Key: YOUR_API_KEY"ethereum.apidapp.com · HTTPS only