bitopro-spot
by @bitopro
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, o...
This skill works in two modes depending on which env vars are set:
| Mode | Env vars needed | Tools available |
|------|----------------|-----------------|
| Public-only (default โ no setup needed) | none | T1 get_tickers, T2 get_order_book, T3 get_public_trades, T4 get_candlesticks, T10 get_trading_pairs, T11 get_currencies, T12 get_limitations_and_fees, T13 get_otc_price |
| Full / private | BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL | All 22 tools (above + account / orders / withdraw) |
To enable private trading and account tools:
1. Set env vars: BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL
2. Private endpoints (balance, orders, withdraw) use HMAC-SHA384 signing โ see references/authentication.md
If a private tool is invoked without the env vars, the agent must inform the user to configure credentials before retrying โ do not attempt the request unsigned.
| Requirement | When needed | Details |
|-------------|-------------|---------|
| API credentials | Private tools only | BitoPro dashboard โ API Management |
| Environment variables | Private tools only | BITOPRO_API_KEY, BITOPRO_API_SECRET, BITOPRO_EMAIL |
| Base URL | Always | https://api.bitopro.com/v3 |
| Pair format | Always | Lowercase with underscore: btc_twd, eth_twd, usdt_twd |
clawhub install bitopro-skills-hub