okx-dex-signal

Tracks smart money, KOL, and whale DEX trades, buy signals, and trader leaderboards via onchainos CLI.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Nith567/xlayer-skills-arena --skill okx-dex-signal-nith567
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: okx-dex-signal
Source: https://github.com/Nith567/xlayer-skills-arena/tree/main/okx-dex-signal
Command: npx skills add https://github.com/Nith567/xlayer-skills-arena --skill okx-dex-signal-nith567

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Monitoring what profitable wallets, KOLs, and whales are buying on-chain requires manually watching dozens of addresses across multiple chains. This Skill aggregates that activity into transaction feeds, buy-only signal alerts, and ranked trader leaderboards through the OKX Onchain OS CLI. ## Core Features & Use Cases - Address Tracker: Fetch raw DEX transaction feeds for smart money, KOL, or up to 20 custom wallet addresses, with filters for trade direction, chain, volume, market cap, liquidity, and holder count. - Aggregated Buy Signals: Retrieve buy-only signal alerts showing which tokens are being collectively bought by smart money, KOLs, or whales, including trigger wallet count and sold ratio. - Trader Leaderboard: Rank top traders by PnL, win rate, transaction count, volume, or ROI across time frames from 1 day to 3 months, with wallet-type filters like sniper, dev, or fresh wallets. - WebSocket Protocol Reference: Build real-time subscription clients for the OKX DEX WebSocket using the documented authentication, channel, and heartbeat specifications. - Use Case: Ask "what are smart money buying on Solana" to get a live transaction feed, then drill into a token's signals and buy it through the swap workflow. ## Quick Start Ask the agent to show what smart money wallets are buying on Solana and it will run the tracker command and present the trade feed.

Frequently Asked Questions about okx-dex-signal

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

FAQPage Schema
How do I track what smart money wallets are buying?▼

Run onchainos tracker activities with --tracker-type smart_money to get a raw transaction feed of smart money DEX trades. Add --chain to filter by network and --trade-type 1 for buys only.

What is the difference between the tracker and signal commands?▼

The tracker command returns transaction-level trades including buys and sells for specific wallet types. The signal list command returns aggregated buy-only alerts showing which tokens multiple smart money, KOL, or whale wallets collectively purchased.

How do I find top traders by win rate or PnL on Solana?▼

Use onchainos leaderboard list with --chain solana, a --time-frame from 1 (1 day) to 5 (3 months), and --sort-by 1 for PnL or 2 for win rate. Results are limited to 20 entries per request.

Which chains does the OKX DEX signal feature support?▼

Supported chains vary by feature, so call onchainos signal chains or onchainos leaderboard supported-chains first to verify. The CLI accepts names like solana, ethereum, base, bsc, arbitrum, and xlayer.

Can I build a real-time trade monitoring bot with the OKX DEX WebSocket?▼

Yes, connect to wss://wsdex.okx.com:8443/ws/v5/dex, authenticate with HMAC-SHA256 API key login, and subscribe to the kol_smartmoney-tracker-activity or address-tracker-activity channels. Send a ping every 25 seconds to keep the connection alive.

Why does the DEX signal command fail with a region error?▼

Error codes 50125 or 80001 indicate the DEX feature is not available in your region. Switch to a supported region and retry; the raw error codes should not be shown to end users.