get_market_summary
Market intelligence snapshot
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default: 200, max: 500). | |
| cursor | No | Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint. | |
| offset | No | Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate. | |
| currency | No | Repeatable or comma-separated currency codes. | |
| platform | No | Repeatable or comma-separated platform ids (analytics treats as verifier alias). | |
| include_rates | No | Include individual rate entries. |