# Market Data Real-time market quotes and VWAP computations. These endpoints are publicly accessible and do not require authentication. ## Get markets - [GET /api/v1/market/quote](https://docs.truemarkets.co/apis/cefi-direct/rest/v1/market-data/getmarketdata.md): Query for the exchange best bid/offer (EBBO) by instrument ID. If no query parameters are supplied then ALL available EBBOs will be returned. ## Compute market quote - [POST /api/v1/markets/quote](https://docs.truemarkets.co/apis/cefi-direct/rest/v1/market-data/postmarketsquote.md): Calculate a quote preview for an asset using current visible order book depth. Supports both base quantity and quote (notional) quantity via the required qty_unit parameter. In schema , successful responses contain only and . For , the exchange computes the largest executable base quantity that fits within the requested quote amount while respecting the instrument's base increment at the final consumed price level. As a result, in schema the returned may be slightly less than the requested quote amount and the difference is reported in .