Skip to main content

Format

  • BASE and TARGET are uppercase asset symbols (BTC, USDT, AAVE, TRX …)
  • They are joined by a single underscore _
  • The order matters: left side is the base asset, right side is the target (quote) asset

What ticker_id tells you

For any pair X_Y:
  • last_price = N means 1 X = N Y
  • base_volume is denominated in X
  • target_volume is denominated in Y
  • Order book bids[i] = [price, qty]price is in Y, qty is in X

Examples

Naming clashes

BTC_USDT and USDT_BTC are not the same market — they are different tickers and reflect different conventions for which side is base. Binibit uses the conventional direction (e.g. BTC_USDT, not USDT_BTC).

Cross-pairs

Pairs that don’t have a stablecoin on either side use the same convention:

Listing live pairs

See Trading Pairs for the live list of supported ticker_id values.