Query Travel Rule Request
Method​
GET
Url​
https://platform.globaltravelrule.com/api/verify/query
This API is to get the submitted transaction status by requestId, and used by business parties to check the request status.
Authentication​
No authentication
Path Parameters​
No path parameters
Query Parameters​
- Schema
- Example
requestId=string
Request Body​
No requset body
Responses​
Status 200​
OK
JSON Content​
- Schema
- Example
{
"data": {
"ticker": "string",
"beneficiaryVasp": "string",
"requestType": 0,
"verifyStartedAt": 0,
"verifyMessage": "string",
"verifyUpdatedAt": 0,
"txId": "string",
"originatorVasp": "string",
"network": "string",
"verifyStageMessage": "string",
"verifyStage": "string",
"verifyStatus": 0,
"requestId": "string",
"verifyStageStatus": 0,
"apiUsageInfo": {
"versionType": 0,
"yearlyLimit": 0,
"hourlyRemaining": 0,
"hourlyLimit": 0,
"totalLimit": 0,
"dailyLimit": 0,
"subscriptionName": "string",
"monthlyRemaining": 0,
"dailyRemaining": 0,
"monthlyLimit": 0,
"totalRemaining": 0,
"yearlyRemaining": 0
},
"preflightCheckStatus": "string",
"preflightCheckMessage": "string"
},
"verifyStatus": 0,
"verifyMessage": "string"
}