cURL
curl --request POST \ --url https://api.formo.so/v0/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "addresses": [ "<string>" ], "writeKey": "<string>" } '
Import wallet addresses into the project. Requires profiles:write scope and Scale/Enterprise plan.
Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.
formo_xxx
Wallet addresses to import
SDK write key
Wallets imported successfully