Creates a new account. Optionally auto-creates a wallet on the specified chain.
Party Association:
partyId to associate with an existing partyparty object to create a new party inline (Individual or Organisation)When creating a party inline, specify partyType: INDIVIDUAL with firstName/lastName,
or partyType: ORGANISATION with name/vatNumber.
Documentation Index
Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 client credentials flow. Token endpoints:
Create a new account. You can either:
partyIdparty object with full party detailsIf neither is provided, an account without a party association will be created.
Unique external reference for this account
1 - 255Display name for the account
1 - 255Blockchain network for the account's wallet
AVALANCHE, BASE Optional address associated with the account
ID of an existing party to associate as account holder
{
"partyType": "INDIVIDUAL",
"firstName": "John",
"lastName": "Doe",
"address": {
"addressLine1": "123 Main Street",
"city": "Amsterdam",
"postalCode": "1012AB",
"country": "NL"
}
}Optional card provider reference for card-linked accounts