For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
x-api-keystringRequired
Body
userIdstringOptional

Optional customer ID that will be associated with the created wallet

Example: ckjv2q5xj0000yj6q6q9q9q9q
Responses
201

The wallet has been successfully created.

No content

post/v1/wallet
POST /v1/wallet HTTP/1.1
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