Screener · Run screen
screen_assetsFilter the whole asset universe server-side and return the matches.
`filter` is comma-separated `field:op:value` terms, e.g.
"market_cap:gt:1000000000,funding_rate:lt:0" — assets over $1B whose
funding rate is negative. Ops: gt, gte, lt, lte, eq, ne.
Call screener_fields() first to see what fields exist and their ranges;
guessing a field name gets the whole query rejected.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| filter | No |