formo import command group bulk imports wallet addresses into your project.
Requires
profiles:write scope on your API key. This endpoint is 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 |
--rows | string | ❌ | JSON array of {address, properties?} objects for imports with profile properties |
--write-key | string | ❌ | Deprecated and ignored; import now uses the project write key server-side |
--addresses or --rows.
Examples
Tips
--addressesmust be a JSON array of wallet address strings.--rowsmust be a JSON array of objects with a non-emptyaddress.- Use this command to backfill historical wallet addresses into your Formo project.