Skip to main content
POST
/
v0
/
import
Import wallet addresses
curl --request POST \
  --url https://api.formo.so/v0/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "addresses": [
    "<string>"
  ],
  "writeKey": "<string>"
}
'

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Body

application/json
addresses
string[]
required

Wallet addresses to import

writeKey
string
required

SDK write key

Response

201

Wallets imported successfully