Tenero

Fetch real-time market analytics for tokens, wallets, and markets via the Tenero API.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill tenero-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tenero
Source: https://github.com/aibtcdev/skills/tree/main/tenero
Command: npx skills add https://github.com/aibtcdev/skills --skill tenero-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Access to real-time market data for tokens, wallets, and DEX activity without building and maintaining multiple API integrations.

Core Features & Use Cases

  • Token-info and market-summary: retrieve token metadata, price, and liquidity for quick insights.
  • Wallet holdings and wallet-trades: analyze a wallet's balances and recent activity without requiring authentication.
  • Market stats and broad discovery: obtain overview metrics and perform searches across tokens and pools.

Quick Start

Run bun run tenero/tenero.ts token-info --token <address> to fetch token details and start exploring market data.

Frequently Asked Questions about Tenero

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

FAQPage Schema
How do I get real-time token analytics without an API key?

Access real-time token analytics by querying the Tenero API, which requires no API key. It provides read-only endpoints for token-info and market-summary to retrieve token metadata, price, and liquidity.

Can I check wallet holdings and trades for Stacks and Spark chains?

Yes, you can analyze wallet holdings and trades for Stacks, Spark, and SportsFun chains. You must supply a wallet address or unlock the wallet to retrieve balances and recent activity without authentication.

What's the best way to discover trending DEX pools and whale trades?

Query the Tenero API to discover trending DEX pools and whale trades. It exposes dedicated read-only endpoints for trending-pools and whale-trades to help you track market activity across supported chains.

How do I retrieve token info and market summary using a command line tool?

Run `bun run tenero/tenero.ts token-info --token <address>` to retrieve token info and market summary. This command fetches token details and market data directly via the Tenero API using the commander dependency.

Does Tenero support searching across tokens and market pools?

Yes, Tenero supports searching across tokens and market pools via its search endpoint. You can perform broad discovery and obtain overview metrics across the Stacks, Spark, and SportsFun chains.

Are there limitations when accessing wallet data through the Tenero API?

The limitation is that accessing wallet data requires supplying a wallet address or unlocking the wallet. Additionally, all Tenero API endpoints are read-only, meaning you can retrieve data but cannot execute trades or modify holdings.