Create Wallet

Creates a new user wallet on a given chain. If user ID is not provided, a new user will automatically be created.

post
Authorizations
Body
userIdstringOptional

Optional customer ID that will be associated with the created wallet

Example: ckjv2q5xj0000yj6q6q9q9q9q
Responses
201
The wallet has been successfully created.
post
POST /v1/wallet HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "userId": "ckjv2q5xj0000yj6q6q9q9q9q"
}
201

The wallet has been successfully created.

No content

Last updated