Ethereum ApiDapp
Simulate the Ethereum ApiDapp with 30 endpoints without keys, sandboxes, or a live account.
[01]
About
Mock the Ethereum ApiDapp as a turnkey Mockzilla sim with 30 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. Methods: 17x GET, 12x POST, 1x DELETE. Hit https://api.justmocks.com/ethereum-apidapp for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
30 across 0 resource groups
Methods
GET 17 · POST 12 · DEL 1 none deprecated
OpenAPI
3.0.0 spec version
Source spec
26 KB · YAML
[02]
Endpoints
| POST |
/account
|
Create new account. Mocked via Mockzilla.
|
| GET |
/account/{id}
|
Get account balance
|
| GET |
/block
|
Access detailed block information
|
| GET |
/block/{id}
|
Get information about particular block
|
| GET |
/block/{id}/transaction
|
Get transaction count within block
|
| GET |
/block/{id}/transaction/{index}
|
Get information about particular transaction within block. Available as a Mockzilla mock endpoint.
|
| GET |
/blockchain
|
Get a list of supported blockchains
|
| GET |
/blockchain/{id}
|
Get information about blockchain woth given id
|
| POST |
/contract
|
Create a new smart contract
|
| GET |
/contract/{id}
|
Get contract balance
|
| POST |
/contract/{id}
|
Call the contract. Mockzilla mock: no signup, no API key.
|
| GET |
/erc20
|
Get token information such as name, total amount in circulation, etc
|
| POST |
/erc20
|
|
| GET |
/erc20/{address}
|
Get information amout token balance in the account
|
| POST |
/erc20/{address}
|
Transfer tokens to another account
|
| GET |
/key
|
|
| POST |
/key
|
|
| DEL |
/key/{key}
|
|
| POST |
/transaction
|
Create a new transaction. Transfer Ether between accounts
|
| GET |
/transaction/{hash}
|
Get information about transaction by the transaction hash value. Served by the Mockzilla mock runtime.
|
| GET |
/transaction/{hash}/receipt
|
Get receipt detail information
|
| GET |
/version
|
Get API version info
|
| GET |
/wallet
|
Get current account balance
|
| POST |
/wallet
|
Create personal wallet
|
| GET |
/wallet/account
|
|
| POST |
/wallet/account
|
|
| GET |
/wallet/account/{id}
|
Get account balance. Mocked via Mockzilla.
|
| POST |
/wallet/account/{id}/contract
|
|
| POST |
/wallet/account/{id}/erc20
|
|
| POST |
/wallet/account/{id}/pay
|
Send payment from the account held within the wallet
|