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.
Production hosts
Two public hostnames serve different purposes:| Host | What it serves |
|---|---|
https://public-api.binibit.com | Primary public API. Market data, trading, and wallet endpoints. Used by direct integrators and the Binibit web client. |
https://internal-api.binibit.com/api/marketdata/getcoingecko | Aggregator-spec namespace. A subset of market data reshaped to match the CoinGecko Integration API Standards v8. Used by data aggregators (CoinGecko, CoinMarketCap, DefiLlama) for ingestion. |
public-api.binibit.com. The aggregator-spec namespace exists only to provide one-call ingestion in the format aggregators expect — see Aggregator Compatibility.
Endpoint examples
Primary (public-api.binibit.com)
Aggregator-spec (internal-api.binibit.com)
Protocol
- HTTPS only. HTTP requests are redirected to HTTPS.
- TLS 1.2 or higher.
CORS
CORS is enabled for all origins (Access-Control-Allow-Origin: *) on all public endpoints, so the API can be called directly from browser-based applications.
Caching
Some endpoints setCache-Control: public, max-age=N headers. Respect those — calling more frequently than the cache TTL will not return fresher data and will count against your rate limit.