Sign in

Fetch USDⓈ-M 24hr ticker

documented

Get 24h price change for USDⓈ-M futures symbols.

GET /fapi/v1/ticker/24hrUSDⓈ-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/ticker/24hr?symbol={{$symbol}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-MBX-APIKEY: {{BINANCE_API_KEY}}"
Fetch USDⓈ-M 24hr ticker · Binance · OpenIntegrations