Skip to content

Releases: Binibit/docs

v1.1.0 — Primary public-api.binibit.com surface documented

29 Apr 10:35
0922d05

Choose a tag to compare

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 ticker
  • GET /api/orderbook — 40 bids + 40 asks
  • GET /api/deals — paginated trade history
  • GET /api/ohlc — OHLCV candles, 10 intervals
  • GET /api/currencies — list of currency codes
  • GET /api/currencies/pairs — pair settings
  • GET /api/currencies/commissions — commissions catalogue
  • GET /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.com with 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

https://docs.binibit.com

v1.0.0 — Public market data API docs

28 Apr 18:38
b65263e

Choose a tag to compare

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

https://docs.binibit.com

Next

  • v1.1: /ping, /time, /summary, OpenAPI 3.1 spec
  • v1.2: /klines (OHLCV)
  • v2.0: authenticated trading API + WebSocket streams