Issuing Additional Blockchain Accounts

ORE ID Custodial user's

ORE ID Custodial users have a wallet which can hold multiple blockchain accounts. You can trigger the creation of a new blockchain account, which is then appended to the desired Custodial account.

Create a new blockchain account for a custodial user.

POST https://service.oreid.io/api/custodial/new-chain-account

Headers

NameTypeDescription

api-key*

String

ORE ID Service Enterprise service key.

Content-Type*

String

"application/json"

Request Body

NameTypeDescription

account_name*

String

The custodial account to attach the new blockchain wallet to.

account_type*

String

Defaults to "native".

chain_network*

String

The blockchain to create the new wallet on. Example "wax_main".

user_password*

String

The password used to setup the custodial account.

{
    processId: string,
    chainAccount: string
}

Last updated