Skip to main content
GET
/
screening
/
travel_rule
/
screening_policy
TypeScript
const response: Promise<FireblocksResponse<ScreeningProviderRulesConfigurationResponse>> = fireblocks.compliance.getScreeningPolicy();
{
  "action": "ACCEPT",
  "direction": "INBOUND",
  "status": "COMPLETED",
  "amountUSD": 123,
  "amount": 123,
  "asset": "<string>"
}

Documentation Index

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.

Response

200 - application/json

Screening policy retrieved successfully.

action
enum<string>
required
Available options:
ACCEPT,
REJECT,
ALERT,
WAIT,
FREEZE,
CANCEL
direction
enum<string>
Available options:
INBOUND,
OUTBOUND
status
enum<string>
Available options:
COMPLETED,
PENDING,
REJECTED,
FAILED,
CANCELED,
BLOCKING_TIME_EXPIRED
amountUSD
number
amount
number
asset
string