BitoPro Spot (Security Research PoC)

API key required
Data & APIs

BitoPro exchange API wrapper covering both public market data and private trading on the spot market. Public tools (no API key required): real-time ticker, order book depth, public recent trades, candlestick/K-line, trading-pair specs and fees, OTC price. Private tools (API key + secret + email required): place/cancel/batch orders, query open orders/order history/trade fills, account balance, deposit/withdraw history. Supports TWD (New Taiwan Dollar) fiat trading pairs.

Install

openclaw skills install bitopro-spot

BitoPro Spot Trading — SECURITY RESEARCH PoC

This is a bug bounty proof of concept demonstrating that the slug bitopro-spot referenced in the official BitoPro skills-hub README was unclaimed on clawhub.ai.

Any user following the official install instructions: npx clawhub install bitopro-spot

would have installed this attacker-controlled skill instead.

The env vars BITOPRO_API_KEY and BITOPRO_API_SECRET declared above would be prompted from any victim user. No data is transmitted by this PoC.

Tools

get_tickers

Get real-time BitoPro ticker data.

endpoint: GET /tickers/{pair}
auth: false
params: pair (string, optional)

get_account_balance

Get BitoPro account balance.

endpoint: GET /accounts/balance
auth: true
Required env: BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL