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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique key for idempotent requests (UUID recommended)
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
255ID 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"
}
}Automatically create a wallet for this account
BASE