ORE ID
Search
K

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.
post
https://service.oreid.io/api/custodial
/new-chain-account
Create a new blockchain account for a custodial user.
Parameters
Header
api-key*
String
ORE ID Service Enterprise service key.
Content-Type*
String
"application/json"
Body
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.
Responses
200: OK
Blockchain wallet creation was a success.