Create Wallet Ownership Verification Link
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
wallet_addressstringRequired
The wallet address to verify ownership of
Responses
201
Successful creation of wallet ownership verification link
application/json
post
POST /v0/customers/{customer_id}/wallet-ownership HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"wallet_address": "text"
}
201
Successful creation of wallet ownership verification link
{
"verification_flow_link": "text"
}
Last updated