Pair / delta-neutral suggestions
get_pair_suggestionsIdentify potential trading pairs for pair-trading and delta-neutral funding arbitrage. Filter by symbol, exchange, or DEX-only to uncover opportunities.
Instructions
Pair-trading and delta-neutral funding-arbitrage intelligence. mode=suggestions (pair ideas), delta-neutral (funding arb), history (backtest), signal (state for a specific pair — needs token_a & token_b).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Keep only the first N items (default 50). Raise for more, lower to save tokens. | |
| mode | No | Which pair view to return. | suggestions |
| limit | No | Max results. | |
| fields | No | Token-saving: comma-separated top-level fields to keep. | |
| symbol | No | Filter by symbol (suggestions / delta-neutral). | |
| token_a | No | First token (required for mode="signal"), e.g. ETH. | |
| token_b | No | Second token (required for mode="signal"), e.g. SOL. | |
| dex_only | No | DEX exchanges only (delta-neutral). | |
| exchange | No | Filter by exchange (delta-neutral). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |