POST /api/verify/v2/verify_address
Version: 3.0.0
Url
https://platform.globaltravelrule.com/api/verify/v2/verify_address
verify address existence
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"ticker": "string",
"address": "string",
"requestId": "string",
"txId": "string",
"initiatorPublicKey": "string",
"tag": "string",
"network": "string",
"targetVaspCode": "string",
"targetVaspPublicKey": "string"
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"verifyStatus": 0,
"success": true,
"verifyMessage": "string"
}