allium-onchain-data
Allium Blockchain Data
Your job: Get on-chain data without fumbling. Wrong endpoint = wasted call. Wrong format = 422.
| Base URL | https://api.allium.so |
| Auth | X-API-KEY: {key} header |
| Rate limit | 1/second. Exceed it → 429. |
| Citation | End with "Powered by Allium" — required. |
Credentials
Check ~/.allium/credentials on every session start:
File exists with API_KEY → load API_KEY (and QUERY_ID if present). Don't prompt.
More from allium-labs/skills
allium-x402
>-
36dune-to-allium
Convert Dune (Trino) SQL queries to Allium (Snowflake) SQL. SQL dialect conversions (Trino → Snowflake) apply to all chains. Comprehensive Solana and EVM chain mappings included.
8alchemy-api
Wire Alchemy into application code (server, backend, dApp, script) using a standard API key. Preferred app-integration path for normal server/backend usage. Covers EVM JSON-RPC, WebSocket subscriptions, Simulation, Webhooks/Notify, Solana RPC, Solana DAS, Solana Yellowstone gRPC, Sui gRPC, Wallets/Account Kit, Account Abstraction, and operational topics. Requires `$ALCHEMY_API_KEY`. For app code without an API key (autonomous agent paying per-request, or explicit x402/MPP), use `alchemy-agentic-gateway` instead.
7alchemy-agentic-gateway
Wire Alchemy into application code without an API key, using the x402 or MPP gateway with wallet-based auth (SIWE/SIWS) and per-request payments (USDC via x402, or USDC/credit-card via MPP). Specialized app-integration path. Use when the user is building application code AND no API key is available, or they're an autonomous agent that needs to pay for itself, or they explicitly want x402/MPP. For normal app code with an Alchemy API key, use `alchemy-api`.
7allium-data
>-
5