# Markets
## Markets
* Get market info: This endpoint allows users to get exchange information, including market specifications for all available trading pairs.
* Get prices: This endpoint allows users to get price information for all symbols, including mark prices, funding rates, and market statistics.
* Get kline (candle) data: This endpoint allows users to get historical price candles for a specific market and time interval.
* Get orderbook: This endpoint allows users to retrieve the current orderbook (bid/ask levels) for a specified trading symbol.
* Get recent trades: This endpoint allows users to get recent trades for a specific market.
* Get historical funding: This endpoint retrieves the historical funding for a particular symbol
**Binary** [**Rust SDK examples**](../../../src/bin/info.rs)