allium-x402

Query blockchain data via Allium APIs for prices, balances, transactions, and analytics.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Drock91/ows-hackathon --skill allium-x402-drock91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: allium-x402
Source: https://github.com/Drock91/ows-hackathon/tree/main/.agents/skills/allium-x402
Command: npx skills add https://github.com/Drock91/ows-hackathon --skill allium-x402-drock91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access accurate on-chain data across chains without managing API auth, payment retries, or parsing inconsistent JSON responses, so you can focus on analysis and decision-making instead of plumbing.

Core Features & Use Cases

  • Realtime lookups: Get latest prices, token metadata, and wallet snapshots using the allium realtime commands.
  • Historical analytics: Run SQL analytics and cross-chain historical queries via the explorer run-sql flow for reporting and research.
  • Flexible auth & payments: Supports API key, x402 micropayments (Privy or raw key), and Tempo auth with built-in cost tracking and retry guidance.
  • Use Case: Pull a wallet's balances and PnL, then run a saved SQL query to compare historical holdings across chains for portfolio reporting.

Quick Start

Use the allium CLI to fetch the latest ETH price and the current balances and recent transactions for a target wallet address.

Frequently Asked Questions about allium-x402

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query historical blockchain data across multiple chains using SQL?

Query realtime on-chain prices and wallet balances by using the allium realtime commands, which return JSON outputs for token metadata, latest prices, and current wallet snapshots without managing API authentication manually.

What authentication methods are supported for blockchain data API access?

Blockchain data API access supports API key, x402 micropayments using Privy or raw key, and Tempo authentication, featuring built-in cost tracking and retry guidance to handle endpoint rate limits automatically.

Do I need the allium CLI to retrieve on-chain wallet balances and transactions?

Yes, the allium CLI is required to retrieve on-chain wallet balances and transactions, serving as the interface to fetch realtime data snapshots and execute historical SQL queries across supported chains.

Can I track API endpoint costs and rate limits when pulling on-chain analytics?

Yes, you can track API endpoint costs and rate limits when pulling on-chain analytics, as the system includes built-in cost tracking and retry guidance to manage authentication and payment limits effectively.

What's the best way to get realtime token prices across different blockchain networks?

The best way to get realtime token prices across different blockchain networks is using the allium realtime commands, which fetch latest prices and token metadata across chains like ethereum, base, and solana in JSON format.