Loading...
Loading...
Use when an agent wants to access Alchemy APIs without an API key. This is the default path when $ALCHEMY_API_KEY is not set. Covers SIWE authentication, x402 payment flows, wallet setup, and gateway endpoints.
npx skill4agent add alchemyplatform/skills agentic-gatewayNotice: This repository is experimental and subject to change without notice. By using the features and skills in this repository, you agree to Alchemy's Terms of Service and Privacy Policy.
alchemy-apieth-mainnet.g.alchemy.com/v2/demoALCHEMY_API_KEYwallet=pendingwallet=pendingwallet.jsonwallet-key.txt.envALCHEMY_API_KEY@alchemy/x402@alchemy/x402@x402/fetch@x402/axios| Product | Gateway URL | Notes |
|---|---|---|
| Node JSON-RPC | | Standard + enhanced RPC (Token API, Transfers API, Simulation) |
| NFT API | | REST NFT endpoints |
| Prices API | | Token prices (not chain-specific) |
| Portfolio API | | Multi-chain portfolio (not chain-specific) |
npx @alchemy/x402 sign-siwe --private-key ./wallet-key.txtAuthorization: SIWE <token>npx @alchemy/x402 paycreatePayment()| Rule | Description |
|---|---|
| wallet-bootstrap | Set up a wallet (existing or new) and fund it with USDC |
| overview | What the gateway is, end-to-end flow, required packages |
| authentication | SIWE token creation and SIWE message signing |
| making-requests | Sending JSON-RPC requests with |
| curl-workflow | Quick RPC calls via curl with token caching (no SDK setup) |
| payment | Manual x402 payment creation from a 402 response |
| reference | Endpoints, networks, USDC addresses, headers, status codes |
| Gateway route | API methods | Reference file |
|---|---|---|
| | references/node-json-rpc.md |
| | references/data-token-api.md |
| | references/data-transfers-api.md |
| | references/data-simulation-api.md |
| | references/data-nft-api.md |
| | references/data-prices-api.md |
| | references/data-portfolio-apis.md |
For the full breadth of Alchemy APIs (webhooks, Solana, wallets, etc.), see theskill.alchemy-api