Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pionex-official avatar

Pionex Market

  • 91 installs
  • 5 repo stars
  • Updated July 24, 2026
  • pionex-official/pionex-skills

Helps with ai & agent building tasks.

About

pionex-market is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • pionex-market
  • AI & Agent Building
  • AI-coding skill

Pionex Market by the numbers

  • 91 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #4,765 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pionex-official/pionex-skills --skill pionex-market

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs91
repo stars5
Last updatedJuly 24, 2026
Repositorypionex-official/pionex-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Pionex Market Data CLI

Public market data for Pionex: order book depth, trades, tickers, symbol metadata, and OHLCV klines. All commands are read-only and do not require API credentials. API reference: Pionex API Docs.

Prerequisites

1. Install pionex-trade-cli CLI (from @pionex/pionex-ai-kit):

   npm install -g @pionex/pionex-ai-kit

2. No credentials needed for market data. 3. Verify:

   pionex-trade-cli market tickers --symbol BTC_USDT

Skill Routing

  • For market data (depth, tickers, symbols, klines, trades) → use pionex-market (this skill).
  • For account balance → use pionex-portfolio.
  • For placing/cancelling orders → use pionex-trade.
  • For futures grid bot lifecycle → use pionex-bot.

Quickstart

# Order book depth (bids/asks)
pionex-trade-cli market depth BTC_USDT --limit 5

# Recent trades
pionex-trade-cli market trades BTC_USDT --limit 10

# Symbol metadata (precision, min size) — use before placing orders
pionex-trade-cli market symbols --symbols BTC_USDT

# 24h ticker(s)
pionex-trade-cli market tickers --symbol BTC_USDT
pionex-trade-cli market tickers --type SPOT

# Best bid/ask ticker(s)
pionex-trade-cli market book_tickers --symbol BTC_USDT
pionex-trade-cli market book_tickers --type PERP

# OHLCV klines (candlestick)
pionex-trade-cli market klines BTC_USDT 60M --limit 24
pionex-trade-cli market klines BTC_USDT 1D

Command Index

#CommandTypeDescription
1pionex-trade-cli market depth <symbol> [--limit <n>]READOrder book depth (bids/asks); limit 1–100, default 5
2pionex-trade-cli market trades <symbol> [--limit <n>]READRecent public trades; limit 1–100
3`pionex-trade-cli market symbols [--symbols <list>] [--type SPOT\PERP]`READ
4`pionex-trade-cli market tickers [--symbol <s>] [--type SPOT\PERP]`READ
5`pionex-trade-cli market book_tickers [--symbol <s>] [--type SPOT\PERP]`READ
6pionex-trade-cli market klines <symbol> <interval> [--endTime <ms>] [--limit <n>]READOHLCV klines. interval: 1M, 5M, 15M, 30M, 60M, 4H, 8H, 12H, 1D

Cross-Skill: Check price/symbol before order

Before placing an order, use this skill to get last price and symbol rules:

# 1. Current price / 24h range
pionex-trade-cli market tickers --symbol BTC_USDT

# 2. Min size / precision (avoid TRADE_AMOUNT_FILTER_DENIED)
pionex-trade-cli market symbols --symbols BTC_USDT

Then use pionex-trade to place the order (after checking balance with pionex-portfolio if needed).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.