Releases: Binibit/docs
Releases · Binibit/docs
v1.1.0 — Primary public-api.binibit.com surface documented
What's new
Adds documentation for the primary public REST API at public-api.binibit.com. Previously only the aggregator-spec namespace at internal-api.binibit.com/.../getcoingecko/* was documented.
Market Data (new)
8 endpoint pages under api-reference/market-data/:
GET /api/tickers— single-pair tickerGET /api/orderbook— 40 bids + 40 asksGET /api/deals— paginated trade historyGET /api/ohlc— OHLCV candles, 10 intervalsGET /api/currencies— list of currency codesGET /api/currencies/pairs— pair settingsGET /api/currencies/commissions— commissions catalogueGET /api/healthcheck— liveness probe
Aggregator Compatibility (restructured)
The 4 existing CoinGecko-format pages moved to api-reference/aggregator/* and reframed as a subset for aggregator ingestion.
Other fixes
- Removed broken Status anchor (status page TODO)
- Removed incorrect X / Telegram footer URLs
- Replaced non-existent
api-updates@binibit.comwith GitHub watch / Atom feed - Synced roadmap: OHLC, healthcheck, OpenAPI moved to Done
- Authentication page now documents real HMAC-SHA256 trading-API signing scheme
- Bundled OpenAPI 3.0 spec at
api-reference/openapi.json
Live
v1.0.0 — Public market data API docs
First public release of docs.binibit.com.
What's included
- Landing + introduction
- General info pages: base URL, authentication, rate limits, response format, timestamps, errors
- API Reference: GET /tickers, /orderbook, /historical_trades, /asset
- Reference: ticker_id format, trading pairs, supported assets
- Verification page for aggregator review
- Changelog, FAQ, Support
Standards
Schema documented matches CoinGecko Integration API Standards v8 (Section A: Spot Exchanges) so aggregators (CoinGecko, CoinMarketCap, DefiLlama) can integrate without translation.
Live
Next
- v1.1: /ping, /time, /summary, OpenAPI 3.1 spec
- v1.2: /klines (OHLCV)
- v2.0: authenticated trading API + WebSocket streams