chainbase-openapi-skill

Query Chainbase indexed Web3 data via OpenAPI with API-key authentication.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill chainbase-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chainbase-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/chainbase-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill chainbase-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interacting with Chainbase's indexed Web3 data, allowing you to query wallet and token information without complex API integrations.

Core Features & Use Cases

  • Web3 Data Access: Easily retrieve account balances, token details, transaction history, and more.
  • Simplified Authentication: Integrates with Chainbase's API key system for secure access.
  • Read-First Guardrails: Ensures safe, read-only operations, preventing accidental modifications.
  • Use Case: Quickly check the native balance of a specific Ethereum address or retrieve the metadata for a given token contract.

Quick Start

Use the chainbase-openapi-cli to get the native balance for a given address on chain ID 1.

Frequently Asked Questions about chainbase-openapi-skill

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

FAQPage Schema
How do I query Web3 wallet balances and token metadata using Chainbase API?

Query Web3 wallet balances and token metadata by executing read-only operations through the Chainbase OpenAPI schema, which requires API-key authentication via the X-API-KEY header. This Skill facilitates access to account balances, token details, and transaction history across various blockchains.

Can I retrieve transaction history for a specific blockchain address?

Yes, you can retrieve transaction history for a specific blockchain address. The Skill enables programmatic access to Chainbase's indexed Web3 data, allowing you to query transaction history and token holder information across supported blockchains using read-only operations.

Do I need an API key to access Chainbase blockchain data?

Yes, you need an API key to access Chainbase blockchain data. The Skill integrates with Chainbase's API key system, requiring authentication via the X-API-KEY header to securely execute read-only data queries and retrieve wallet or token information.

What are the limitations when using Chainbase OpenAPI for Web3 data access?

The primary limitation of Chainbase OpenAPI for Web3 data access is its read-first guardrail, which restricts operations to read-only queries. This prevents accidental modifications to blockchain state, meaning you cannot execute write operations or transactions.

What is required to run Chainbase OpenAPI operations?

To run Chainbase OpenAPI operations, you need UXC for execution and a valid Chainbase API key for authentication. These prerequisites allow you to programmatically access indexed Web3 data like native balances and token metadata.