Skip to main content

GET /transactions

Returns all transactions currently in the pending queue.

Response

[
  {
    "id": "tx-1234567890",
    "to": "0xRecipientAddress",
    "amount": "100",
    "token": "USDC",
    "status": "in_review",
    "verdict": "REVIEW",
    "score": 55,
    "reasons": ["Unknown recipient (+40)", "Outside business hours (+20)"],
    "createdAt": "2026-03-24T10:00:00Z"
  }
]
FieldDescription
idTransaction ID
toRecipient address
amountHuman-readable amount
tokenToken symbol
statuspending, in_review, executed, or rejected
verdictAPPROVE, REVIEW, or BLOCK
scoreRisk score (0–100)
reasonsFactors that contributed to the score
createdAtISO timestamp