analytics

Fetch Katana token prices, gas estimates, and transaction statuses.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/katana-network/katana-ai --skill analytics-katana-network
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: analytics
Source: https://github.com/katana-network/katana-ai/tree/main/packages/katana-mcp/skills/analytics
Command: npx skills add https://github.com/katana-network/katana-ai --skill analytics-katana-network

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need quick access to real-time Katana data for pricing, gas costs, and transaction statuses to make informed decisions and troubleshoot issues without manual lookups.

Core Features & Use Cases

  • Read-only access to token prices via get_token_prices
  • Gas estimation through get_gas_price for common transaction types
  • Transaction status lookup with tx_lookup for provided hashes

Quick Start

Ask the analyzer to fetch the latest token prices, gas estimates, and transaction status for a given address.

Frequently Asked Questions about analytics

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

FAQPage Schema
How do I get real-time Katana token prices for trade analysis?▼

To get real-time Katana token prices for trade analysis, use the read-only get_token_prices tool, which fetches current pricing data on demand for both mainnet and testnet.

Can I check Katana transaction status using a transaction hash?▼

Yes, you can check Katana transaction status by providing a transaction hash to the tx_lookup tool, which returns real-time validation and status details for troubleshooting.

What's the best way to estimate gas costs for Katana network transactions?▼

The best way to estimate gas costs for Katana network transactions is using the get_gas_price tool, which provides real-time gas estimates for common transaction types on mainnet and testnet.

Does the Katana analytics skill support both mainnet and testnet data lookups?▼

Yes, the Katana analytics skill supports both mainnet and testnet data lookups, fetching token prices, gas estimates, and transaction statuses with consistent read-only responses.

Why do I need real-time Katana blockchain data instead of manual lookups?▼

You need real-time Katana blockchain data instead of manual lookups to make informed trade decisions and debug transactions quickly, leveraging fast on-demand context for planning.

Are there limitations to using read-only tools for Katana gas estimates and transaction tracking?▼

The read-only tools for Katana gas estimates and transaction tracking are limited to fetching data and cannot execute transactions, modify state, or submit trades on the network.