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.

Purpose

A side-by-side view: numbers pulled live from the public API next to links to the matching trading pages. Useful for:
  • Operations teams monitoring data integrity
  • Developers sanity-checking their integrations
  • Data aggregators (CoinGecko, CoinMarketCap, DefiLlama) verifying that Binibit API data matches the trading interface — a precondition for listing

Live snapshot

Open the trading interface

Compare values below to the trading view on binibit.com — they should match.
PairLast24h Volume (base)24h Volume (USD est.)BidAskSpread %Trading page
AAVE_USDT97.4408471.47 AAVE$45,74595.564497.49531.98%open
BTC_USDT(live)(live) BTC(live)(live)(live)(live)open
TRX_USDT0.32389,900.94 TRX$3,2140.32040.32611.78%open
LINK_USDT9.1935432.94 LINK$4,005(live)(live)(live)open
Numeric snapshot above is illustrative — the canonical, real-time values are at the /tickers endpoint. A live auto-refreshing widget will replace the static table in the next docs release.

Reproduce locally

curl -s https://internal-api.binibit.com/api/marketdata/getcoingecko/tickers \
  | jq -r '.[] | [.ticker_id, .last_price, .base_volume, .target_volume, .bid, .ask] | @tsv' \
  | column -t

For aggregator reviewers

If you are reviewing Binibit for a third-party listing (CoinGecko, CoinMarketCap, DefiLlama, Kaiko, etc.):
  • The /tickers endpoint is the source of truth for last prices and 24h volumes
  • Click any “open” link above to verify the same numbers appear on the live trading interface
  • Email api@binibit.com for IP whitelisting and elevated rate limits during review

Status & uptime

Live status page

Per-endpoint uptime, incident history, scheduled maintenance.