| name | alchemy |
| description | Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks. |
| homepage | https://www.agxntsix.ai |
| license | MIT |
| compatibility | Python 3.10+ (stdlib only — no dependencies) |
| metadata | {"openclaw":{"emoji":"⛓️","requires":{"env":"[Truncated]"},"primaryEnv":"ALCHEMY_API_KEY","homepage":"https://www.agxntsix.ai"}} |
⛓️ Alchemy
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
Requirements
| Variable | Required | Description |
|---|
ALCHEMY_API_KEY | ✅ | Alchemy API key |
Quick Start
python3 {{baseDir}}/scripts/alchemy.py get-balance --address <value>
python3 {{baseDir}}/scripts/alchemy.py get-token-balances --address <value>
python3 {{baseDir}}/scripts/alchemy.py get-transaction -- <value>
python3 {{baseDir}}/scripts/alchemy.py get-block --block
python3 {{baseDir}}/scripts/alchemy.py get-nfts --address <value>
python3 {{baseDir}}/scripts/alchemy.py get-nft-metadata --contract <value> --token-id <value>
python3 {{baseDir}}/scripts/alchemy.py get-token-metadata --contract <value>
python3 {{baseDir}}/scripts/alchemy.py get-gas-price
python3 {{baseDir}}/scripts/alchemy.py get-block-number
python3 {{baseDir}}/scripts/alchemy.py get-logs --address <value> --from-block --to-block --topics <value>
python3 {{baseDir}}/scripts/alchemy.py get-asset-transfers --address <value> --category
python3 {{baseDir}}/scripts/alchemy.py get-floor-price --contract <value>