gdex-token-discovery

Returns token price, market metrics, OHLCV candlesticks, and top trader leaderboards for selected chains via API endpoints requiring bearer authentication.

4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/GemachDAO/gdex-skill --skill gdex-token-discovery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gdex-token-discovery
Source: https://github.com/GemachDAO/gdex-skill/tree/main/skills/gdex-token-discovery
Command: npx skills add https://github.com/GemachDAO/gdex-skill --skill gdex-token-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers and traders need quick access to token details, price data, market metrics, and leaderboards, without manual data gathering and cross-referencing across sources.

Core Features & Use Cases

  • Token Details, market metrics, and price lookups for any token across supported chains.
  • Trending Tokens and OHLCV candlestick data to spot momentum and perform chart-based research.
  • Top Traders leaderboard to monitor influential wallets and performance; supports research-before-buy workflows.

Quick Start

Ask the skill to fetch the top trending tokens on a chosen chain and retrieve their details in a single step.

Frequently Asked Questions about gdex-token-discovery

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

FAQPage Schema
How do I get OHLCV candlestick data and market metrics for on-chain token research?▼

You can retrieve OHLCV candlestick data and market metrics by using the tokenDetails and OHLCV data endpoints, which require API key authentication via loginWithApiKey to return structured price information.

Can I find trending tokens and check top traders for portfolio due diligence?▼

Yes, you can fetch trending tokens to spot momentum and retrieve the top traders leaderboard to monitor influential wallets, directly supporting your research-before-buy workflows across supported chains.

What is the best way to monitor top traders and token price data without manual cross-referencing?▼

The best way to monitor top traders and token price data is to query the topTraders and price data endpoints together, consolidating leaderboards and market metrics into a single step for rapid analysis.

Do I need an API key to access token details and trending tokens endpoints?▼

Yes, you need an API key to access token details and trending tokens endpoints, authenticating your requests via a Bearer token through the loginWithApiKey mechanism before fetching data.

Does this token discovery process support market monitoring across multiple chains?▼

Token discovery supports market monitoring across supported chains by providing trending tokens, OHLCV data, and top trader leaderboards tailored for analysts and developers tracking on-chain momentum.

Why does my token research request fail when fetching OHLCV data?▼

Fetching OHLCV data fails if API key authentication is missing or invalid, as accessing tokenDetails, trendingTokens, and topTraders endpoints requires successful Bearer token verification via loginWithApiKey.