Sign in

Fetch USDⓈ-M depth

documented

Get order book depth for USDⓈ-M futures.

GET /fapi/v1/depthUSDⓈ-M Futuresno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://fapi.binance.com/fapi/v1/depth?symbol={{$symbol}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "X-MBX-APIKEY: {{BINANCE_API_KEY}}"
Fetch USDⓈ-M depth · Binance · OpenIntegrations