← Back to list
💰

dexscreener-api Checked

Free, no-auth multi-chain DEX pair data — prices, volume, liquidity, transactions, and token prof…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
9.0Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "dexscreener-api" skill by following the instructions at https://skill123.me/install/dexscreener-api.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/dexscreener-api.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 13 KB

About this skill

Overview

Free, no-auth multi-chain DEX pair data — prices, volume, liquidity, transactions, and token profiles

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/dexscreener-api

Score breakdown

Trigger
8.0
Description states What (free no-auth multi-chain DEX pair data), When (quick lookups, cross-chain comparison, lightweight monitoring) and the body carries both a Limitations section and a when-to-use-vs-alternatives table - the best boundary definition in this batch so far.
Structure
9.3
234-line SKILL.md, two references (endpoints, error handling), two scripts; Files section maps roles; no redundant files.
Workflow
8.0
Quick start with copy-paste Python/curl, documented response schema with key gotchas, reusable patterns (best pair by liquidity, buy/sell pressure), and alternative-routing for unsupported needs; guards via error-handling reference and timeouts; no explicit verification loop.
Content
10.0
Imperative, concrete endpoints and code; schema notes are exactly the type details an agent needs; zero filler.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency docs, timeouts and exception handling; all referenced paths exist.
Security
10.0
6.0 manifest: data reads none beyond CLI args; side effects none; network only to official api.dexscreener.com; credentials none (API is keyless); persistence none. Capabilities match declared scope. No injection, no destructive commands.
Clean tool-wrapper for the free no-auth DexScreener API: endpoint surface, full pair-response schema with type gotchas (string prices, ms timestamps), common analysis patterns, explicit Limitations section, and a when-to-use-vs-alternatives routing table (Birdeye/Helius/SolanaTracker/Yellowstone). Scripts call only api.dexscreener.com with timeout and exception handling. 6.0 manifest: network destinations api.dexscreener.com only (official, matches declared purpose); no credentials, no file writes, no persistence; capabilities match declared scope. Read-only market-data skill, no execution, no advice risk.