| Name | Type | Description | Notes |
|---|---|---|---|
| direction | string | Direction of transaction | [optional] [default to undefined] |
| provider | string | Screening provider | [optional] [default to undefined] |
| riskRating | string | Risk rating threshold | [optional] [default to undefined] |
| riskScore | string | Risk score threshold | [optional] [default to undefined] |
| exposureType | string | Exposure type | [optional] [default to undefined] |
| category | Array<string> | [optional] [default to undefined] | |
| name | Array<string> | [optional] [default to undefined] | |
| categoryId | Array<string> | [optional] [default to undefined] | |
| status | string | Transaction status | [optional] [default to undefined] |
| sourceAddress | string | Source address | [optional] [default to undefined] |
| destAddress | string | Destination address | [optional] [default to undefined] |
-
Inbound(value:'INBOUND') -
Outbound(value:'OUTBOUND') -
Any(value:'ANY')
-
Chainalysis(value:'CHAINALYSIS') -
ChainalysisV2(value:'CHAINALYSIS_V2') -
Elliptic(value:'ELLIPTIC') -
EllipticHolistic(value:'ELLIPTIC_HOLISTIC') -
Notabene(value:'NOTABENE')
-
Low(value:'LOW') -
Medium(value:'MEDIUM') -
High(value:'HIGH') -
Severe(value:'SEVERE') -
Any(value:'ANY')
-
Direct(value:'DIRECT') -
Indirect(value:'INDIRECT') -
Any(value:'ANY')
-
Completed(value:'COMPLETED') -
Pending(value:'PENDING') -
Rejected(value:'REJECTED') -
Failed(value:'FAILED') -
Canceled(value:'CANCELED') -
BlockingTimeExpired(value:'BLOCKING_TIME_EXPIRED')
[Back to top] [Back to API list] [Back to Model list] [Back to README]