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…
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.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars4
LicenseLICENSE
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md6,019 B
docsSUMMARY.md743 B
History
First seen on skills.sh
First recorded snapshot · 107 installs
SKILL.md
GoldRush Foundational API
REST API providing historical and near-real-time blockchain data across 100+ chains. Endpoints cover token balances, transactions, NFTs, security approvals, cross-chain activity, pricing, and block data.
Quick Start
IMPORTANT: Always prioritize using the official available GoldRush Client SDK best suited for your development ecosystem:
Endpoints are organized into categories. Each links to its reference file with full parameters, response schemas, and use cases.
Balances — token balances, native balances, historical balances, portfolio value, ERC20 transfers, token holders, Bitcoin (HD and non-HD). See [endpoints-balances.md](references/endpoints-balances.md).
Transactions — recent transactions, paginated history, single transaction lookup, summaries, block-level transactions, Bitcoin transactions. See [endpoints-transactions.md](references/endpoints-transactions.md).
NFT, Security & Cross-Chain — NFT holdings, ownership verification, token/NFT approvals, address activity, multi-chain balances and transactions. See [endpoints-nft-security-crosschain.md](references/endpoints-nft-security-crosschain.md).
Utility — token prices, blocks, block heights, event logs, gas prices, chain metadata, pool spot prices, address resolution. See [endpoints-utility.md](references/endpoints-utility.md).
Common Tasks → Endpoint
Task
Endpoint
Check wallet balance
getTokenBalancesForWalletAddress
Get native token only (lightweight)
getNativeTokenBalance
Get recent transactions
getRecentTransactionsForAddress
Get full transaction history
getTransactionsForAddressV3 (paginated)
Look up a single transaction
getTransaction
Get ERC20 transfer history
getErc20TransfersForWalletAddress
Get transaction summary/count
getTransactionSummary
Check token approvals (security)
getApprovals
Get NFT holdings
getNftsForAddress
Verify NFT ownership
checkOwnershipInNft
Get portfolio value over time
getHistoricalPortfolioForWalletAddress
Get balance at a specific block
getHistoricalTokenBalancesForWalletAddress
Get token price history
getTokenPrices
Find which chains a wallet is active on
getAddressActivity
Get balances across all chains
getMultiChainBalances
Get token holders
getTokenHoldersV2ForTokenAddress
Get Bitcoin balance (HD wallet)
getBitcoinBalancesForHdAddress
Get contract event logs
getLogEventsByAddress
Get block details
getBlock
Critical Rules
Chain names are case-sensitive — use eth-mainnet, not ethereum or Eth-Mainnet