You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent designation commands require a wallet-authenticated token with the
149
+
`write:wallets` scope.
150
+
142
151
> REST list commands support cursor-based pagination. The search command returns a flat list with no cursor. See [pagination.md](pagination.md) for details.
Token activity stats use the public REST response shape, including
168
+
`computed_at`, `volume_usd`, and `average_trade_usd`. A requested window is
169
+
omitted from `windows` when it has no swaps.
170
+
159
171
## Search
160
172
161
173
Search uses the unified `/api/v2/search` REST endpoint. Results are ranked by relevance and each result has a `type` discriminator (`collection`, `nft`, `token`, or `account`) with the corresponding typed object. The search endpoint does not support cursor-based pagination; use `limit` to control result count (max 50).
0 commit comments