ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

goldrush-foundational-api

GoldRush Foundational API — REST API for historical and near-real-time blockchain data across 100+ chains. Use this skill whenever the user needs wallet token balances, transaction history, NFT holdings, token prices, token approvals, cross-chain activity, block data, portfolio value tracking, or any on-chain data query via REST. This is the default skill for blockchain data lookups, portfolio dashboards, tax tools, compliance checks, block explorers, and any application that fetches historical or current chain data. If the user needs real-time streaming or WebSocket push data, use goldrush-streaming-api instead. If the user needs pay-per-request access without an API key, use goldrush-x402 instead.

Why use this skill?

Integrate the GoldRush Foundational API to fetch historical and real-time blockchain data for 100+ chains. Perfect for wallets, NFTs, and DeFi analytics.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gane5h/goldrush-foundational-api
Or

What This Skill Does

The goldrush-foundational-api is a comprehensive RESTful gateway to the Covalent data infrastructure, providing unified, deep-index blockchain data across more than 100 distinct chains. This skill acts as the primary interface for any OpenClaw agent requiring on-chain information. It abstracts the complexity of raw node RPC calls, allowing the agent to retrieve precise, historical, or real-time data for wallet addresses, token portfolios, NFT inventories, and historical transaction logs. Whether you are building a portfolio dashboard, performing tax reconciliation, checking security approvals for an address, or querying historical block states, this skill provides the structured, reliable data necessary to execute complex financial or technical reasoning tasks.

Installation

To integrate this capability into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/gane5h/goldrush-foundational-api Once installed, ensure your environment variables are configured with your Covalent API key to authorize requests to the GoldRush endpoints. You can verify the installation by checking the skill status within the OpenClaw dashboard.

Use Cases

This skill is highly versatile and supports various domains:

  • Financial Analysis: Track portfolio valuation over time by aggregating token balances and historical price data across multiple networks.
  • Security & Compliance: Audit wallet security by fetching active token and NFT approvals to identify high-risk permissions. Use it to trace asset movement for compliance reporting.
  • Data Engineering: Extract block-level metadata, event logs, and historical gas prices to train models or conduct on-chain behavioral analysis.
  • Developer Workflows: Query cross-chain activity and native balance changes to verify smart contract interactions or bridge performance.

Example Prompts

  1. "What are the current ERC20 token balances for the wallet 0xabc123... on the Polygon mainnet, and what is the current USD value of each holding?"
  2. "Show me the last 50 transactions for this wallet, filtering out any transactions that were not successful."
  3. "Can you perform a security audit on this address? List all current token approvals and tell me which ones are connected to known contract addresses."

Tips & Limitations

  • Efficiency: When querying large datasets, always utilize the pagination parameters provided in the API to prevent request timeouts and optimize performance.
  • Data Selection: Use this skill for REST-based historical or current state data. If your workflow requires sub-second streaming or live event listening, switch to the goldrush-streaming-api.
  • Permissions: Always review the scope of your API key to ensure it has sufficient access to the specific chains required for your project.
  • Rate Limiting: Be mindful of API rate limits. Implement exponential backoff in your agent logic to handle potential 429 status codes during high-volume data fetching scenarios.

Metadata

Author@gane5h
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gane5h-goldrush-foundational-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#web3#data-api#defi#crypto
Safety Score: 5/5

Flags: network-access, external-api