Travel Rule - View Post-Screening Policy
GET {{baseUrl}}/screening/travel_rule/post_screening_policy
Get the post-screening policy for Travel Rule.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"policy": {
"action": "SCREEN",
"sourceType": "<string>",
"sourceSubType": "<string>",
"destType": "<string>",
"destSubType": "<string>",
"destAddress": "<string>",
"sourceId": "<string>",
"destId": "<string>",
"asset": "<string>",
"baseAsset": "<string>",
"amount": "<number>",
"amountUSD": "<number>",
"networkProtocol": "<string>",
"operation": "<string>"
},
"isDefault": "<boolean>",
"lastUpdate": "<dateTime>",
"policyStatus": "<string>",
"createDate": "<dateTime>"
} |
ENDPOINTS