Skip to main content
GET
/
screening
/
byork
/
verdict
TypeScript
const response: Promise<FireblocksResponse<GetByorkVerdictResponse>> = fireblocks.compliance.getByorkVerdict(complianceApiGetByorkVerdictRequest);
{
  "status": "COMPLETED",
  "verdict": "ACCEPT"
}

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.

Query Parameters

txId
string
required

Transaction ID

Example:

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

Response

Current verdict and status.

Response for GET BYORK verdict (current verdict/status for a transaction).

status
enum<string>
required

PRE_ACCEPTED - Verdict stored and will be applied when processing reaches the point where your decision is needed. COMPLETED - Verdict final and processing complete. PENDING - Transaction in BYORK flow; no final verdict yet (awaiting decision or processing). RECEIVED - Verdict final and stored; processing not yet complete.

Available options:
PRE_ACCEPTED,
COMPLETED,
PENDING,
RECEIVED
Example:

"COMPLETED"

verdict
enum<string>
required

ACCEPT/REJECT - Final or pre-accepted verdict. WAIT - When status is PENDING (transaction awaiting decision).

Available options:
ACCEPT,
REJECT,
WAIT
Example:

"ACCEPT"