Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

ID of the user.

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

Body

application/json

The chains to provision HIFI custodial wallets on. At least one chain is required.

The chains to provision wallets on. At least one chain is required.

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