Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The user to provision wallets for and the chains to provision them on. At least one chain is required.

The user to provision wallets for and the chains to provision them on. At least one chain is required.

userId
string
required

Public ID of the user to provision wallets for.

Pattern: ^user_[A-Za-z0-9]+$
Example:

"usr_3Kf9dQ2mNpXwZ7bV1aLcs"

chains
enum<string>[]
required
Minimum array length: 1
Available options:
POLYGON,
SOLANA,
ETHEREUM,
BASE,
BSC,
FLOW_EVM,
CANTON,
TRON
Example:

Response

Wallets provisioned successfully. Returns the newly created wallets.

Cursor-paginated list of wallets.

data
object[]
pagination
object