Logo
Fireblocks API Documentation

AML - View Post-Screening Policy

GET {{baseUrl}}/screening/aml/post_screening_policy

Get the post-screening policy for AML.

 

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>" }



Curl
curl -X GET 'https://api.fireblocks.io/v1/screening/aml/post_screening_policy' -H 'Accept: application/json'

ENDPOINTS