{"name":"orderbook_depth","description":"Get real bid/ask depth and slippage estimates at $10k, $50k, and $250k notional for a trading pair. Returns best bid/ask, spread percentage, and how much slippage to expect at each trade size.","endpoint":"","price_usdc":"0.002","developer_address":"GB7THTEVT2T7CZQ5TFUOIQSI32XCJ7BHWS35OBTAI2V4FNL7BXZZ2GM2","parameters":{"type":"object","required":["symbol"],"properties":{"symbol":{"type":"string","description":"Trading pair, e.g. ETHUSDT or BTCUSDT"},"exchange":{"type":"string","default":"binance","description":"Exchange to query: binance (default) or bybit"}}},"category":"data","uptime_pct":100,"total_calls":1,"active":true,"triggers":[],"use_when":"","returns":"","response_example":{"asset":"ETH","pair":"ETH/USDT","best_ask":2071.5,"best_bid":2071.2,"spread_pct":0.0145,"depth":[{"notional_usd":10000,"slippage_pct":0.002,"executable":true},{"notional_usd":50000,"slippage_pct":0.008,"executable":true},{"notional_usd":250000,"slippage_pct":0.031,"executable":true}],"exchanges":[{"exchange":"Binance","best_ask":2071.5,"best_bid":2071.2},{"exchange":"Bybit","best_ask":2071.6,"best_bid":2071.1}],"source":"binance/bybit"}}