POST
/
api
/
users
/
wallets

Authorizations

X-API-KEY
string
headerrequired

Body

application/json
walletType
enum<string>
required
Available options:
evm,
solana,
imx,
sui,
ton
walletAddress
string
required
userId
string
walletIdentifier
string
confirmDisconnect
boolean
verificationData
object

Response

200 - application/json

Schema for user wallet response

id
string
required

Unique identifier for the user wallet

websiteId
string
required

Unique identifier for the website

organizationId
string
required

Unique identifier for the organization

walletType
enum<string>
required

Type of the wallet

Available options:
evm,
solana,
imx,
sui,
ton
walletAddress
string
required

Validated and formatted wallet address

createdAt
string
required

Timestamp when the wallet was created

updatedAt
string
required

Timestamp when the wallet was last updated

walletIdentifier
string | null

Optional identifier for the wallet