Cross-Market Asset
pulse_cross_market_assetAggregate a single asset across venues to compare long/short positions, net bias, wallets, and leverage; see cross-venue totals and biasRange to spot disagreement among DEXes.
Instructions
Cross-market aggregation for one asset: per-venue long/short positions, notional, net bias, unique wallets, leverage, plus a cross-venue total. Also returns biasRange (max-min netBias across venues) to detect disagreement. Accepts canonical names or synonyms (e.g. PAXG resolves to GOLD). Use when the user asks 'is gold crowded?', 'do different dexes disagree on BTC direction?', 'total OI on ETH across all venues?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| canonical | Yes | Canonical asset name or synonym (e.g. 'GOLD', 'PAXG', 'BTC', 'HYPE'). The server resolves synonyms. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |