← 返回
未分类 中文

pionex-market

Use when the user asks for Pionex market data: price, ticker, order book depth, recent trades, symbol info (precision/min size), or OHLCV klines. All command...
Use when the user asks for Pionex market data: price, ticker, order book depth, recent trades, symbol info (precision/min size), or OHLCV klines. All command...
pibrandon pibrandon 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 296
下载
💾 0
安装
1
版本
#latest

概述

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):

```bash

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

```

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

```bash

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 [--limit ]READOrder book depth (bids/asks); limit 1–100, default 5
2pionex-trade-cli market trades [--limit ]READRecent public trades; limit 1–100
3`pionex-trade-cli market symbols [--symbols ] [--type SPOT\PERP]`READSymbol metadata (precision, min size). Comma-separated symbols or type filter
4`pionex-trade-cli market tickers [--symbol ] [--type SPOT\PERP]`READ24h ticker(s): open, close, high, low, volume
5`pionex-trade-cli market book_tickers [--symbol ] [--type SPOT\PERP]`READBest bid/ask ticker(s) for one symbol or all symbols by type
6pionex-trade-cli market klines [--endTime ] [--limit ]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).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

pionex-earn-dual

pibrandon
当用户询问Pionex双向投资(赚取双向收益)时使用:列出支持的交易对或产品、查询收益率或指数价格、查询余额等。
★ 0 📥 384
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 216 📥 71,538
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 298 📥 142,978