Apidapp
Connector for the apidapp API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ethereum.apidapp.com/1 - Auth:
header:X-Api-Key(pass your key via theapiKeyinput)
Operations
get_account_id— GET /account/{id} — Get account balanceget_block— GET /block — Access detailed block informationget_block_id— GET /block/{id} — Get information about particular blockget_block_id_transaction— GET /block/{id}/transaction — Get transaction count within blockget_block_id_transaction_index— GET /block/{id}/transaction/{index} — Get information about particular transaction within blockget_blockchain— GET /blockchain — Get a list of supported blockchains
Inputs
apiKey— your apidapp API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_account_id
apiKey: <your key>