首页龙虾技能列表 › Dexscreener — Dexscreener API

Dexscreener — Dexscreener API

v1.0.0

Dexscreener API 工具。

1· 722·3 当前·3 累计
by @brs999 (Ben)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a coherent, instruction-only CLI wrapper around the public DexScreener API that only requires node, does not request credentials, and contains no signs of unexpected or malicious behavior.
评估建议
This skill is a simple, read-only CLI wrapper for the public DexScreener API and appears coherent. Before installing: ensure you have a trusted node runtime and are comfortable allowing the skill to make outbound HTTPS requests. Note that you (or an admin) can override the API base URL via DEXSCREENER_BASE_URL — only set this to a trusted endpoint, because pointing it at an attacker-controlled server would cause the CLI to fetch arbitrary data. No API keys or wallet access are required. If you n...
详细分析 ▾
用途与能力
Name/description match the code and instructions: the script issues read-only HTTP GETs to DexScreener endpoints. Required binary (node) and examples in SKILL.md are appropriate for the stated purpose.
指令范围
SKILL.md instructs running the included Node script against DexScreener public API endpoints. The instructions do not ask for unrelated file reads, credentials, or data exfiltration. The script only constructs API URLs, performs fetch GETs, and writes JSON to stdout.
安装机制
No install spec is present (instruction-only plus a local CLI script), so nothing is downloaded or written during installation. This is low-risk and consistent with the skill's purpose.
凭证需求
No required environment variables or credentials are declared. The code does honor optional environment variables (DEXSCREENER_BASE_URL and DEXSCREENER_TIMEOUT_MS) which are reasonable for testing/override purposes and do not involve secrets.
持久化与权限
The skill does not request persistent or elevated privileges; always is false and disable-model-invocation is true (no autonomous invocation). It does not modify other skills or system configs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/24

Initial release of the dexscreener skill. - Enables querying DexScreener market data via CLI: search pairs, get details, and check liquidity/volume. - Supports fetching boosted tokens, token profiles, and token orders. - Output is JSON by default for easy scripting and automation. - No API key required; uses public DexScreener API endpoints. - Skill must be invoked directly by users (does not run automatically).

● 无害

安装命令 点击复制

官方npx clawhub@latest install dexscreener
镜像加速npx clawhub@latest install dexscreener --registry https://cn.clawhub-mirror.com

技能文档

Query DexScreener using the local CLI script.

Quick 开始

# Search pairs
node {baseDir}/scripts/dexscreener-cli.mjs search_pairs --query "solana" --limit 5

# Get pair details node {baseDir}/scripts/dexscreener-cli.mjs get_pair --chain "solana" --pair ""

# Top boosted tokens node {baseDir}/scripts/dexscreener-cli.mjs top_boosted_tokens --limit 10


之后 Install - Suggested Setup

1. 添加 到 daily market scan

Use in morning/evening briefs:
dexscreener search_pairs + top_boosted_tokens

2. Track specific tokens

node {baseDir}/scripts/dexscreener-cli.mjs pairs_by_tokens --token-addresses "," --limit 10

3. Check order/boost status 对于 candidates

node {baseDir}/scripts/dexscreener-cli.mjs token_orders --chain "solana" --token "" --limit 10
node {baseDir}/scripts/dexscreener-cli.mjs latest_boosted_tokens --limit 20

Commands

搜索 和 Pair Lookup

node {baseDir}/scripts/dexscreener-cli.mjs search_pairs --query "SOL/USDC" --limit 10
node {baseDir}/scripts/dexscreener-cli.mjs get_pair --chain "solana" --pair ""
node {baseDir}/scripts/dexscreener-cli.mjs pairs_by_tokens --token-addresses "," --limit 10

Profiles 和 Boosts

node {baseDir}/scripts/dexscreener-cli.mjs latest_token_profiles --limit 10
node {baseDir}/scripts/dexscreener-cli.mjs latest_boosted_tokens --limit 10
node {baseDir}/scripts/dexscreener-cli.mjs top_boosted_tokens --limit 10

令牌 Orders

node {baseDir}/scripts/dexscreener-cli.mjs token_orders --chain "solana" --token "" --limit 10

输出 Features

Typical payloads include:

  • Pair metadata (chain, dex, pair address, symbols)
  • Price 和 price 更改 fields
  • Liquidity 和 volume fields
  • Boost/个人资料/order metadata

Default output is JSON for easy piping and automation.


API

Uses DexScreener public API endpoints (read-only):

  • Base URL: https://api.dexscreener.com
  • CLI supports override 通过 DEXSCREENER_BASE_URL

Security 和 Permissions

No API key required.

What this skill does:

  • Makes HTTPS 获取 requests 到 DexScreener API
  • Reads 公开 market/pair/个人资料/boost/order data

What this skill does not do:

  • 否 wallet connections
  • 否 transactions 或 trading
  • 否 credential handling
  • 否 autonomous invocation (disable-模型-invocation: 真)
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务