Quote a Custom Report
arena_quote_reportWhat would a custom report cost? Get a pricing quote for a custom report (universe-backtest PDF + Excel) without committing to a purchase. Returns price, universe size + preview, excluded pairs, and filter config. Crypto universes use top-N tiers (top-10 … top-250) or a custom pair list. [API Pro tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interval | Yes | Candle interval the report is computed on: '1d', '1w' or '1M'. | |
| strategy | Yes | Strategy key (use arena_list_strategies for valid values). | |
| asset_type | No | Asset class; currently 'crypto' only (default). | |
| custom_pairs | No | Explicit pair list — required when universe_tier='custom', ignored otherwise. | |
| period_label | Yes | History covered by the report. Longer periods cross more market regimes and cost more compute. | |
| discount_code | No | Optional retention-discount code. | |
| universe_tier | Yes | 'top-10' / 'top-50' / 'top-100' / 'top-250' (crypto) or 'custom' with customPairs[]. | |
| strategy_params | No | Strategy parameters applied across the whole universe; omit for audited defaults. |