Operate DexScreener public market data APIs through UXC with a curated OpenAPI schema, no-auth setup, and read-first guardrails.
Use this skill to run DexScreener public market data operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
uxc is installed and available in PATH.https://api.dexscreener.com.https://raw.githubusercontent.com/holon-run/uxc/main/skills/dexscreener-openapi-skill/references/dexscreener-public.openapi.jsonThis skill covers a read-first DexScreener surface for:
This skill does cover:
DexScreener public reads in this skill do not require authentication.
Use the fixed link command by default:
command -v dexscreener-openapi-cliuxc link dexscreener-openapi-cli https://api.dexscreener.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/dexscreener-openapi-skill/references/dexscreener-public.openapi.jsondexscreener-openapi-cli -hInspect operation schema first:
dexscreener-openapi-cli get:/token-profiles/latest/v1 -hdexscreener-openapi-cli get:/latest/dex/search -hdexscreener-openapi-cli get:/latest/dex/pairs/{chainId}/{pairId} -hdexscreener-openapi-cli get:/tokens/v1/{chainId}/{tokenAddresses} -hPrefer narrow reads before broader scans:
dexscreener-openapi-cli get:/token-profiles/latest/v1dexscreener-openapi-cli get:/token-boosts/latest/v1dexscreener-openapi-cli get:/latest/dex/search q=solanaExecute with key/value parameters:
dexscreener-openapi-cli get:/latest/dex/pairs/{chainId}/{pairId} chainId=solana pairId=GgzbfpKtozV6Hyiahkh2yNVZBZsJa4pcetCmjNtgEXiMdexscreener-openapi-cli get:/tokens/v1/{chainId}/{tokenAddresses} chainId=solana tokenAddresses=So11111111111111111111111111111111111111112get:/token-profiles/latest/v1get:/token-boosts/latest/v1get:/token-boosts/top/v1get:/latest/dex/searchget:/latest/dex/pairs/{chainId}/{pairId}get:/tokens/v1/{chainId}/{tokenAddresses}--text.ok, kind, protocol, data, error.q focused to a token, pair, chain, or symbol rather than broad crawler-style searches.tokenAddresses, start with a single address or a short comma-separated list before scaling up.dexscreener-openapi-cli <operation> ... is equivalent to uxc https://api.dexscreener.com --schema-url <dexscreener_openapi_schema> <operation> ....references/usage-patterns.mdreferences/dexscreener-public.openapi.json