helius-okx

Compose OKX DEX aggregation with Helius Solana infrastructure for trading and token intelligence applications.

1|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill helius-okx-solizardking
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: helius-okx
Source: https://github.com/Solizardking/Solana-Robotics-Kit/tree/main/eliza/packages/skills/skills/helius-okx
Command: npx skills add https://github.com/Solizardking/Solana-Robotics-Kit --skill helius-okx-solizardking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Building Solana trading and token intelligence apps requires stitching together two separate ecosystems — OKX for DEX aggregation, market data, and smart money signals, and Helius for transaction submission, on-chain data, and streaming. This Skill provides the integration layer that tells you exactly when and how to combine them, with safety rules and ready-made patterns. ## Core Features & Use Cases - Swap Execution Pipeline: Get quotes and routing from OKX, then submit signed transactions via Helius Sender with priority fee optimization for reliable block inclusion. - Token Intelligence: Combine OKX trending tokens, risk tags, and meme token analysis (dev reputation, bundle detection) with Helius DAS metadata verification and wallet investigation. - Six Integration Patterns: Ready-to-use TypeScript patterns covering swap apps, token screeners, copy-trading bots, meme token scanners, portfolio dashboards, and LaserStream-based HFT systems. - Use Case: Build a meme token scanner that checks OKX dev reputation and bundle data, verifies on-chain metadata via Helius DAS, investigates the dev wallet's funding source, and executes approved swaps through Helius Sender. ## Quick Start Ask the assistant to build a Solana token swap flow that gets a quote from OKX and submits the signed transaction through Helius Sender with safety checks.

Frequently Asked Questions about helius-okx

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

FAQPage Schema
How do I execute a Solana token swap using OKX and Helius?▼

Get a quote with the onchainos swap quote command, run honeypot and price impact checks, then execute onchainos swap to get transaction data. Sign it locally and submit via the Helius Sender endpoint with skipPreflight set to true and maxRetries set to 0.

What is the difference between Helius LaserStream and OKX market data?▼

LaserStream delivers shred-level raw on-chain data like transactions and account updates with the lowest latency, suited for HFT and bots. OKX market data provides prices, OHLC charts, and PnL via API polling, suited for analysis and dashboards.

What prerequisites does the Helius OKX integration require?▼

You need the Helius MCP server configured in your MCP client, the OKX onchainos CLI installed, and the OKX skill library. OKX API credentials are optional but recommended to avoid rate limits.

How do I check if a Solana meme token is a rug pull?▼

Combine OKX memepump commands for dev reputation and bundle analysis with OKX advanced-info risk tags, then verify on-chain metadata via Helius DAS and investigate the dev wallet's funding source through the Helius Wallet API.

Why should swap transactions go through Helius Sender instead of standard RPC?▼

Helius Sender dual-routes transactions to validators and Jito for maximum block inclusion probability. Standard RPC submission lacks this routing and the skill explicitly forbids raw sendTransaction calls for swaps.

When should I not use LaserStream for a Solana trading app?▼

Avoid LaserStream for simple UI features or basic monitoring that Enhanced WebSockets can handle, since it requires a Professional plan at $999 per month on mainnet. Reserve it for latency-critical systems like HFT bots and liquidation engines.