Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.binibit.com/llms.txt

Use this file to discover all available pages before exploring further.

What is Binibit API?

Binibit is a centralized cryptocurrency spot exchange. The Spot Market API is the public REST surface for real-time market data: tickers, order books, recent trades, candles, and asset metadata. Key properties:
  • Public — no API key, no authentication required for market data
  • REST + JSON — every endpoint returns application/json
  • Real-time — data refreshes every few seconds
  • Rate-limited — fair per-IP quotas by default (details)

Two API surfaces

HostPurpose
public-api.binibit.comPrimary public API. Market data + (auth-gated) trading and wallet endpoints.
internal-api.binibit.com/.../getcoingeckoAggregator-spec namespace. A subset of market data reshaped to match CoinGecko Integration API Standards v8 for ingestion by data aggregators.
Use the primary host unless you specifically need the CoinGecko-format response shape. See Base URL.

Endpoints at a glance

Market data (public-api.binibit.com)

EndpointPurpose
GET /api/tickers24h ticker for one pair
GET /api/orderbookUp to 40 bids + 40 asks for one pair
GET /api/dealsRecent trades for one pair
GET /api/ohlcOHLCV candles
GET /api/currenciesList of currency codes
GET /api/currencies/pairsPair settings (precision, min order size)
GET /api/currencies/commissionsDefault commissions catalogue
GET /api/healthcheckLiveness probe

Aggregator compatibility (internal-api.binibit.com)

EndpointPurpose
GET /tickersAll pairs in one CoinGecko-format response
GET /orderbookOrder book for one pair, CoinGecko format
GET /historical_tradesRecent trades, CoinGecko {buy: [], sell: []} shape
GET /assetAsset metadata in CoinMarketCap-compatible shape

API stability

This is API v1. Breaking changes will be announced 30 days in advance via:

Roadmap

VersionScope
v1 (current)Public market data on public-api.binibit.com/api/* and aggregator-spec namespace
v1.xCleaner path alias /v1/spot/market/*, server time endpoint, 24h summary endpoint
v2Documented authenticated trading API (HMAC-SHA256), WebSocket streams

Need higher rate limits?

Market makers, aggregators, and high-volume integrators can request elevated rate limits and IP whitelisting. Email api@binibit.com.