Validate address
post
Validate a USDC wallet address on the user custody wallet chain. This can be used to check whether an address can receive a transfer out from the user custody wallet. Please use this before initiating any transfer out to avoid lost funds.
Authorizations
Body
addressstringOptional
Responses
200Success
application/json
post
POST /wallet/validate-address HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"address": "text"
}
200Success
{
"valid": true
}
Was this helpful?