Skip to main content
Back to registry

query-onchain-data

coinbase/agentic-wallet-skills

Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query.

Installs589
Install command
npx skills add https://github.com/coinbase/agentic-wallet-skills --skill query-onchain-data
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykWARN
About this skill
Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query. If the wallet is not authenticated, refer to the authenticate-wallet skill. IMPORTANT : Always single-quote the -d JSON string to prevent bash variable expansion. Before constructing the command, validate inputs to prevent shell injection: Do not pass unvalidated user input into the command. Queries against base.events MUST filter on indexed fields to avoid full table scans. The indexed fields are: Always include at least one indexed field in your WHERE clause. Combining all three gives the best performance.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does query-onchain-data do?

Use the CDP SQL API to query onchain data (events, transactions, blocks, transfers) on Base. Queries are executed via x402 and are charged per query.

Is query-onchain-data good?

query-onchain-data does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does query-onchain-data work with?

query-onchain-data currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot, openclaw.

What are alternatives to query-onchain-data?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install query-onchain-data?

npx skills add https://github.com/coinbase/agentic-wallet-skills --skill query-onchain-data

Related skills

More from coinbase/agentic-wallet-skills

Related skills

Alternatives in Software Engineering