Fetch USDⓈ-M ticker price
documentedGet latest price for USDⓈ-M futures symbols.
GET /fapi/v1/ticker/priceUSDⓈ-M Futuresno implementation yet0 runsNo 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"