Check if the currency address is correct
Check if the currency address is correct
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
Inspection results
success boolean
{
"code": 200,
"msg": "",
"data": {
"isValid": true
},
"success": true
}
Loading...