get_crypto_screener_params
Retrieve available cryptocurrency screening parameters including fields, exchanges, and sort orders to configure market filters and screening criteria.
Instructions
Get available crypto screener parameters. Retrieve the list of available fields and parameters for crypto screening → Returns {available_fields: string[], available_exchanges: string[], sortOrder: string[]}. All arrays are flat string arrays (field names, not objects). No country filter for crypto. Next: use screen_crypto with these fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | (Optional) JSONata expression to filter/transform the API response server-side before it reaches you. Use this to extract only the fields or rows you need, reducing token usage. See https://jsonata.org for syntax. |