Create a new account
Accounts
Create an account
Open an account and provision its wallet on the chosen chain.
POST
Create a new account
Creates an account and its wallet. Link an existing party with
partyId, or create one inline with the party object. Self-custody accounts also supply the wallet address — see Venly-managed vs self-custody. A new account starts unverified and can’t move money until it is verified.Authorizations
OAuth2 client credentials flow. Token endpoints:
Body
application/json
Create a new account. You can either:
- Reference an existing party by providing
partyId - Create a new party inline by providing the
partyobject
SELF_CUSTODY companies must also supply the wallet address.
Unique external reference for this account
Minimum string length:
1Supported blockchain network
Available options:
AVALANCHE, BASE Display name for the account
Required string length:
1 - 255Wallet address. Required for SELF_CUSTODY companies
ID of an existing party to associate as account holder
Example:
{
"partyType": "INDIVIDUAL",
"firstName": "John",
"lastName": "Doe",
"address": {
"addressLine1": "123 Main Street",
"city": "Amsterdam",
"postalCode": "1012AB",
"country": "NL"
}
}
