Search wallet profiles
Authorizations
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
Query Parameters
Filter by wallet address. Accepts an EVM (0x...) or Solana address, or an ENS name (e.g. vitalik.eth) which is resolved to an address.
Comma-separated: apps, chains, tokens, labels
Sort field
net_worth_usd, tx_count, first_onchain, last_onchain, updated_at, first_seen, last_seen, num_sessions, revenue, volume, points Sort direction
asc, desc 1-indexed page number (default 1).
x >= 1Page size (default 100, max 1000).
1 <= x <= 1000Body
Optional filter conditions
Response
Paginated wallet profile search results.
Pagination cursor returned alongside data on every paginated list endpoint. Use these to walk pages: has_more is true while page * size < total. Combine with the matching Page and Size query parameters to request the next page.