w3-io/W3 Chainalysis Action
Chainalysis sanctions screening and compliance checks for blockchain addresses
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Operation: screen (sanctions check). More commands coming for enterprise API. | yes | screen |
| address | Blockchain address to check | yes | — |
| api-key | Chainalysis API key | yes | — |
Outputs
| name | description |
|---|---|
| result | JSON result from Chainalysis API. Includes isSanctioned (boolean) and identifications (array of sanctions designations). Use fromJSON(steps.<id>.outputs.result).isSanctioned etc. to access individual fields. |