Sign in

Fetch 24h ticker price change

documented

Get 24-hour price change statistics for a symbol or all symbols.

GET /api/v3/ticker/24hrMarket Datano 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://api.binance.com/api/v3/ticker/24hr?symbol={{$symbol}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-MBX-APIKEY: {{BINANCE_API_KEY}}"
Fetch 24h ticker price change · Binance · OpenIntegrations