返回顶部
a

alchemy

Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
588
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash # Get ETH balance python3 {{baseDir}}/scripts/alchemy.py get-balance --address <value> # Get ERC-20 token balances python3 {{baseDir}}/scripts/alchemy.py get-token-balances --address <value> # Get transaction by hash python3 {{baseDir}}/scripts/alchemy.py get-transaction --hash <value> # 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 <value> # Get NFT metadata python3 {{baseDir}}/scripts/alchemy.py get-nft-metadata --contract <value> --token-id <value> # Get token metadata python3 {{baseDir}}/scripts/alchemy.py get-token-metadata --contract <value> # 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 <value> --from-block "0x0" --to-block "latest" --topics <value> # Get asset transfers for address python3 {{baseDir}}/scripts/alchemy.py get-asset-transfers --address <value> --category "external,erc20" # Get NFT floor price python3 {{baseDir}}/scripts/alchemy.py get-floor-price --contract <value> ``` ## 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](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 alchemy-1776419937 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 alchemy-1776419937 技能

通过命令行安装

skillhub install alchemy-1776419937

下载 Zip 包

⬇ 下载 alchemy v1.0.0

文件大小: 3.56 KB | 发布时间: 2026-4-17 20:19

v1.0.0 最新 2026-4-17 20:19
Initial release of alchemy skill:

- Provides blockchain data access: NFTs, token balances, transactions, gas prices, and webhooks via Alchemy.
- Single CLI script offering multiple commands for common blockchain queries.
- Outputs data in JSON format.
- Requires only an Alchemy API key (no external dependencies).
- Compatible with Python 3.10+.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部