get_aggregated_price
Aggregate a symbol's current price across multiple exchanges, computing volume-weighted average, mean, best and worst venue, and cross-exchange spread to identify arbitrage opportunities.
Instructions
Aggregate a symbol's price across multiple exchanges (arbitrage view).
Fetches the ticker on each configured (or given) exchange concurrently
and returns the 24h-volume-weighted average price, the simple mean, the
cheapest/most-expensive venue, and the cross-exchange spread
(arb_spread / arb_spread_pct) — the foundation for spotting
arbitrage. Venues that fail or lack the symbol are skipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| exchanges | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||