Skip to main content
POST
/
screening
/
aml
/
verdict
/
manual
TypeScript
const response: Promise<FireblocksResponse<AmlVerdictManualResponse>> = fireblocks.compliance.setAmlVerdict(complianceApiSetAmlVerdictRequest);
{
  "success": true,
  "message": "AML verdict set successfully"
}

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.

Headers

Idempotency-Key
string

A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.

Body

application/json
verdict
enum<string>
required

The AML verdict to set for the transaction

Available options:
ACCEPT,
REJECT
Example:

"ACCEPT"

txId
string<uuid>
required

The transaction ID to set the verdict for

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

AML verdict set successfully.

success
boolean
required
Example:

true

message
string
required
Example:

"AML verdict set successfully"