Skip to main content

Documentation Index

Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Agent Skills

Agent Skills give AI agents the context they need to use GoldRush APIs correctly. Install them once and your agent can look up balances, stream prices, fetch transactions, and more without hallucinating parameters or picking the wrong endpoint.

Install

npx skills add covalenthq/goldrush-agent-skills
This installs all four GoldRush skills into your agent’s skills directory. Works with any agent that supports the Agent Skills standard, including Claude Code, Cursor, VS Code, Gemini CLI, and others.

Available Skills

https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/foundational.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=8a0b97060449218c1b477fe1fffc8a92

Foundational API

REST API for historical blockchain data. Balances, transactions, NFTs, token prices, security checks, and cross-chain queries across 100+ networks.
https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/streaming.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=c4a22e003bde989c0cd2d01a67bd6adf

Streaming API

Real-time GraphQL subscriptions. OHLCV candles, new DEX pairs, wallet activity monitoring, token search, and PnL queries via WebSocket.

x402

Pay-per-request access without API keys. Agents pay with stablecoins using the HTTP 402 protocol. No accounts, no rate limits.
https://mintcdn.com/goldrush/HCWRKGncxpy71D8p/images/icons/cli.svg?fit=max&auto=format&n=HCWRKGncxpy71D8p&q=85&s=b6a4f2a0c8df962d4f93e74d6c2db5f4

CLI

Terminal-first blockchain data with native MCP support. 17 commands that work for both humans and AI agents.

What your agent can do

Once skills are installed, your agent knows how to:
  • Look up token balances and portfolio history for any wallet across 100+ chains
  • Fetch and decode transaction details, NFT ownership, and token prices
  • Stream live DEX pair data and wallet activity via WebSocket
  • Make keyless, pay-per-request calls using x402 and stablecoins
  • Run terminal commands for blockchain data with MCP support
Each skill includes routing logic (when to use this product vs. another), operation details (endpoints, parameters, SDK methods), pricing awareness (credit costs per call), and workflow patterns for multi-step tasks. Just describe what you need in natural language. The agent picks the right skill and endpoint automatically.

Compatibility

GoldRush Agent Skills work with any tool that supports the Agent Skills standard:
ToolSupport
Claude CodeYes
CursorYes
VS Code (Copilot)Yes
Gemini CLIYes
OpenAI CodexYes
Roo CodeYes

Authentication

All skills require a GoldRush API key. Set it as an environment variable:
export GOLDRUSH_API_KEY=your_api_key_here
Get a free API key at goldrush.dev.