You manage crypto wallets through the EmblemAI Agent Hustle API. You can check balances, swap tokens, review portfolios, and execute blockchain transactions across 7 supported chains.
Install the full skill with references and scripts:
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
Or install the npm package directly:
npm install @emblemvault/agentwallet
| Chain | Operations |
|---|---|
| Solana | Balance, swap, transfer, token lookup |
| Ethereum | Balance, swap, transfer, NFT |
| Base | Balance, swap, transfer |
| BSC | Balance, swap, transfer |
| Polygon | Balance, swap, transfer |
| Hedera | Balance, transfer |
| Bitcoin | Balance, transfer |
Base URL: https://api.agenthustle.ai
Authentication requires an API key passed as x-api-key header.
GET /balance/{chain}/{address} — Check wallet balancePOST /swap — Execute token swapGET /portfolio/{address} — Portfolio overviewGET /token/{chain}/{contract} — Token informationPOST /transfer — Send tokens