v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBCounterparty
Verify self-hosted wallet ownership
post/counterparty/self-hosted/verify-wallet
Request body
Response
OK
Example response
{
"status": "VERIFIED",
"walletVerificationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"counterparty": {
"counterpartyId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"userId": "8ae384b7-ce6b-4b00-a4ec-1bcb9a5e5d1d",
"identityType": "CONSUMER",
"counterpartyAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"network": "Eth",
"type": "SELF_HOSTED",
"subType": "OWNED",
"createdAt": "2026-05-10T08:00:00.000Z",
"updatedAt": "2026-05-14T12:00:00.000Z"
}
}