{"@context": "https://schema.org", "@type": "WebAPI", "name": "ApiDapp API", "description": "ApiDapp, an HTTP API described by an OpenAPI document.", "provider": {"@type": "Organization", "name": "apidapp.com"}, "documentation": "https://apidapp.s3.amazonaws.com/ApiDapp-Start-swagger-7/ApiDapp-Start-swagger+(7).json"}
ApiDapp, an HTTP API described by an OpenAPI document.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://ethereum.apidapp.com/1
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
ApiDapp, an HTTP API described by an OpenAPI document.
| method | path | what the vendor says it does |
|---|---|---|
POST | /account | Create new account |
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 |
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 |
GET | /erc20 | Get token information such as name, total amount in circulation, etc |
GET | /erc20/{address} | Get information amout token balance in the account |
POST | /erc20/{address} | Transfer tokens to another account |
POST | /transaction | Create a new transaction. Transfer Ether between accounts |
GET | /transaction/{hash} | Get information about transaction by the transaction hash value |
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/{id} | Get account balance |
POST | /wallet/account/{id}/pay | Send payment from the account held within the wallet |
specification origin: https://apidapp.s3.amazonaws.com/ApiDapp-Start-swagger-7/ApiDapp-Start-swagger+(7).json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.