# Binibit Labs > Ecosystem Docs: Binibit Exchange, BiniChain (EVM L1), BaiDEX (AI-managed DEX), Bini App, and BINI Token. ## Docs - [GET /asset](https://docs.binibit.com/api-reference/aggregator/asset.md): Asset metadata: name, deposit/withdrawal status, fees, withdrawal limits. - [GET /historical_trades](https://docs.binibit.com/api-reference/aggregator/historical-trades.md): Recent completed trades for a single trading pair, grouped into buy and sell sides. - [GET /orderbook](https://docs.binibit.com/api-reference/aggregator/orderbook.md): Order book depth for a single trading pair. - [GET /tickers](https://docs.binibit.com/api-reference/aggregator/tickers.md): 24-hour pricing and volume statistics for every active trading pair. - [API Reference](https://docs.binibit.com/api-reference/introduction.md): REST endpoints for the Binibit Spot Market API. - [GET /api/currencies/commissions](https://docs.binibit.com/api-reference/market-data/commissions.md): Default commissions for deposits, withdrawals, and trades. - [GET /api/currencies](https://docs.binibit.com/api-reference/market-data/currencies.md): List of currency codes supported by the exchange. - [GET /api/currencies/pairs](https://docs.binibit.com/api-reference/market-data/currencies-pairs.md): Trading pair settings: rounding precision and minimum order amounts. - [GET /api/deals](https://docs.binibit.com/api-reference/market-data/deals.md): Recent completed trades for a single trading pair. - [GET /api/healthcheck](https://docs.binibit.com/api-reference/market-data/healthcheck.md): Liveness probe — confirms the API service is up. - [GET /api/ohlc](https://docs.binibit.com/api-reference/market-data/ohlc.md): OHLCV candle data with multiple intervals. - [GET /api/orderbook](https://docs.binibit.com/api-reference/market-data/orderbook.md): Order book depth (40 bids + 40 asks) for a single trading pair. - [GET /api/tickers](https://docs.binibit.com/api-reference/market-data/tickers.md): 24-hour ticker information for a single trading pair. - [Changelog](https://docs.binibit.com/changelog.md): Versioned changes to the Binibit public API. - [FAQ](https://docs.binibit.com/faq.md): Frequently asked questions about the Binibit public API. - [Authentication](https://docs.binibit.com/general/authentication.md): Public market data is anonymous. Trading and wallet endpoints require HMAC-SHA256 request signing. - [Base URL](https://docs.binibit.com/general/base-url.md): Production endpoint hostnames for the Binibit public API. - [Errors](https://docs.binibit.com/general/errors.md): HTTP status codes and error response format. - [Rate Limits](https://docs.binibit.com/general/rate-limits.md): Per-IP request quotas for public endpoints. - [Response Format](https://docs.binibit.com/general/response-format.md): JSON conventions used by the Binibit API. - [Timestamps](https://docs.binibit.com/general/timestamps.md): All timestamps are Unix epoch in milliseconds. - [Binibit Spot Market API](https://docs.binibit.com/index.md): Public REST API for the Binibit centralized spot exchange. - [Introduction](https://docs.binibit.com/introduction.md): Overview of the Binibit Spot Market API. - [Supported Assets](https://docs.binibit.com/reference/supported-assets.md): Cryptoassets listed on Binibit and their metadata. - [ticker_id format](https://docs.binibit.com/reference/ticker-id-format.md): Trading pair identifier convention used across the API. - [Trading Pairs](https://docs.binibit.com/reference/trading-pairs.md): List of all active markets on Binibit. - [Support](https://docs.binibit.com/support.md): Get in touch with the Binibit API team. - [Data Verification](https://docs.binibit.com/verification.md): Live snapshot for cross-checking API data against the trading interface. ## Optional - [Exchange](https://binibit.com) - [GitHub](https://github.com/Binibit/docs)