posthttps://api.circle.com/v1/w3s/compliance/travelRule/eligibilityCheck
Checks eligibility for sending Travel Rule for a given transaction.
Blockchains supported by Circle Travel Rule.
The amount of the transaction.
The destination address of the transaction.
The jurisdiction your VASP is operating in.
The source address of the transaction.
1{
2 "beneficiaryAddressType": "HOSTED",
3 "beneficiaryVaspId": "",
4 "beneficiaryVaspName": "",
5 "errors": [
6 ""
7 ],
8 "firedRule": {
9 "name": "",
10 "precedence": 0
11 },
12 "matchedRules": [
13 {
14 "name": "",
15 "precedence": 0
16 }
17 ],
18 "originatorVaspId": "",
19 "reason": "UNKNOWN_WALLET",
20 "recommendation": "PROCEED_WITH_TRANSACTION",
21 "requiredTravelRuleData": [
22 ""
23 ],
24 "status": {
25 "code": 0,
26 "errors": [
27 ""
28 ],
29 "externalMessage": "",
30 "message": "",
31 "property": "",
32 "version": ""
33 }
34}