formo import command group lets you bulk import wallet addresses into your project.
Requires
profiles:write scope on your API key. Only available on Scale and Enterprise plans.formo import wallets
Bulk import wallet addresses into the project.
Options
| Option | Type | Required | Description |
|---|---|---|---|
--addresses | string | ✅ | JSON array of wallet address strings to import |
--writeKey | string | ✅ | Project write SDK key |
Examples
Tips
- The
--addressesvalue must be a valid JSON array of strings. - Each string should be a valid wallet address (e.g.
0x…). - Use this command to backfill historical wallet addresses into your Formo project.