Get the post-screening policy for Travel Rule.
TypeScript
const response: Promise<FireblocksResponse<ScreeningPolicyResponse>> = fireblocks.compliance.getPostScreeningPolicy();
{ "policy": { "action": "SCREEN", "sourceType": "<string>", "sourceSubType": "<string>", "destType": "<string>", "destSubType": "<string>", "destAddress": "<string>", "sourceId": "<string>", "destId": "<string>", "asset": "<string>", "baseAsset": "<string>", "amount": 123, "amountUSD": 123, "networkProtocol": "ETH", "operation": "<string>" }, "isDefault": true, "lastUpdate": "2023-11-07T05:31:56Z", "policyStatus": "<string>", "createDate": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Post-screening policy retrieved successfully.
Show child attributes