Check if the currency address is correct
- /v1/waas/mpc/is_valid_address DEPRECATED
- Supports "self-custody" and "WaaS" services.
application/json
Request Body
assetId string required
Currency code, currency identification, unique
address string required
Address
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
data object
isValid boolean
Check if the currency address is correct.
isInnerAddress boolean
Verify whether the address is an internal organizational address.
success boolean
{
"code": 200,
"msg": "",
"data": {
"isValid": true,
"isInnerAddress": true
},
"success": true
}
Loading...