ApiDapp Skill
apidapp-com
apidapp-com
| Method | Path | Description |
|---|---|---|
OPTIONS | / | |
POST | /account | |
OPTIONS | /account | Create new account |
GET | /account/{id} | |
OPTIONS | /account/{id} | Get account balance |
GET | /block | |
OPTIONS | /block | Access detailed block information |
GET | /block/{id} | |
OPTIONS | /block/{id} | Get information about particular block |
GET | /block/{id}/transaction | |
OPTIONS | /block/{id}/transaction | Get transaction count within block |
GET | /block/{id}/transaction/{index} | |
OPTIONS | /block/{id}/transaction/{index} | Get information about particular transaction within block |
GET | /blockchain | |
OPTIONS | /blockchain | Get a list of supported blockchains |
GET | /blockchain/{id} | |
OPTIONS | /blockchain/{id} | Get information about blockchain woth given id |
POST | /contract | |
OPTIONS | /contract | Create a new smart contract |
GET | /contract/{id} | |
POST | /contract/{id} | Get contract balance |
OPTIONS | /contract/{id} | Call the contract |
OPTIONS | /echo | |
GET | /erc20 | |
POST | /erc20 | Get token information such as name, total amount in circulation, etc |
OPTIONS | /erc20 | |
GET | /erc20/{address} | |
POST | /erc20/{address} | Get information amout token balance in the account |
OPTIONS | /erc20/{address} | Transfer tokens to another account |
GET | /key |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install apidapp-com
Downloads and installs to ~/.claude/skills/apidapp-com/
2019-02-14T16:47:01Z (2026-02-13)