Binance
communityWorld largest cryptocurrency exchange by trading volume. Spot, futures, and DeFi trading.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.binance.com/api/v3/ticker/priceGet current price for a trading pair
Parameters
symboltrading pair e.g. BTCUSDT (stringoptionalReturns
symbol, price — or array of all prices if no symbolGET
https://api.binance.com/api/v3/klinesGet candlestick/OHLCV data
Parameters
limitcandles (integeroptionalsymboltrading pair (stringrequiredinterval1m|5m|1h|4h|1d|1w (stringrequiredReturns
arrays of [openTime, open, high, low, close, volume, closeTime, quoteVolume, trades]GET
https://api.binance.com/api/v3/depthGet order book depth
Parameters
limit5|10|20|50|100 (integeroptionalsymboltrading pair (stringrequiredReturns
bids[][] and asks[][] with [price, quantity], lastUpdateId