Sign in

Fetch USDⓈ-M ticker price

documented

Get latest price for USDⓈ-M futures symbols.

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