Create a wallet
How to create a new blockchain wallet.
Last updated
How to create a new blockchain wallet.
Last updated
Create blockchain wallets and link them to a specific user by userId
. You need to specify the blockchain and the userId
in the request body. You also need to provide a valid signing method for the user in the header request.
HTTP
Signing-Method
Header
id:value
id
: This is the ID of the signing method
value
: This is the value of the signing method
756ae7a7-3713-43ee-9936-0dff50306488:123456
secretType
Body
The blockchain on which to create the wallet
String
✅
userId
Body
The ID of the user who you want to link this wallet to
String
❌
identifier
Body
Add a custom identifier to group wallets or add a unique external ID. This makes searching for wallets easier.
String
❌
description
Body
A description to describe the wallet
String
❌
pincode
(Deprecated)
Body
The pin that will encrypt and decrypt the wallet
String
❌
JSON
👍The wallet has been created an linked to the specified user (
userId
).
JSON