Alchemy
/install alchemy
⛓️ Alchemy
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
Requirements
| Variable | Required | Description |
|---|---|---|
ALCHEMY_API_KEY |
✅ | Alchemy API key |
Quick Start
# Get ETH balance
python3 {{baseDir}}/scripts/alchemy.py get-balance --address \x3Cvalue>
# Get ERC-20 token balances
python3 {{baseDir}}/scripts/alchemy.py get-token-balances --address \x3Cvalue>
# Get transaction by hash
python3 {{baseDir}}/scripts/alchemy.py get-transaction --hash \x3Cvalue>
# Get block by number
python3 {{baseDir}}/scripts/alchemy.py get-block --block "latest"
# Get NFTs for address
python3 {{baseDir}}/scripts/alchemy.py get-nfts --address \x3Cvalue>
# Get NFT metadata
python3 {{baseDir}}/scripts/alchemy.py get-nft-metadata --contract \x3Cvalue> --token-id \x3Cvalue>
# Get token metadata
python3 {{baseDir}}/scripts/alchemy.py get-token-metadata --contract \x3Cvalue>
# Get current gas price
python3 {{baseDir}}/scripts/alchemy.py get-gas-price
# Get latest block number
python3 {{baseDir}}/scripts/alchemy.py get-block-number
# Get event logs
python3 {{baseDir}}/scripts/alchemy.py get-logs --address \x3Cvalue> --from-block "0x0" --to-block "latest" --topics \x3Cvalue>
# Get asset transfers for address
python3 {{baseDir}}/scripts/alchemy.py get-asset-transfers --address \x3Cvalue> --category "external,erc20"
# Get NFT floor price
python3 {{baseDir}}/scripts/alchemy.py get-floor-price --contract \x3Cvalue>
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
{baseDir}/scripts/alchemy.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alchemy - After installation, invoke the skill by name or use
/alchemy - Provide required inputs per the skill's parameter spec and get structured output
What is Alchemy?
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks. It is an AI Agent Skill for Claude Code / OpenClaw, with 651 downloads so far.
How do I install Alchemy?
Run "/install alchemy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alchemy free?
Yes, Alchemy is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Alchemy support?
Alchemy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alchemy?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.