Screen an address across configured compliance providers
Runs address screening against configured compliance providers and returns provider-level risk scores.
Headers
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.
Request body
Example request
{
"address": "8dHEsGLpCZHZbXnFVvqWq4kMfM2pVDuNrXvVJVhQWRGZ",
"network": "solana",
"intent": "transfer_destination"
}Response
Address screening results
Example response
{
"data": {
"screening": {
"address": "8dHEsGLpCZHZbXnFVvqWq4kMfM2pVDuNrXvVJVhQWRGZ",
"network": "solana",
"intent": "transfer_destination",
"checkedAt": "2025-01-01T00:00:00.000Z",
"providers": [
{
"provider": "range",
"status": "ok",
"riskScore": 7,
"riskLevel": "High risk",
"evaluatedAt": "2025-01-01T00:00:00.000Z"
}
]
}
},
"meta": {
"requestId": "req_example",
"timestamp": "2025-01-01T00:00:00.000Z"
}
}Changes
Changed in 1 of the 9 revisions of this API.4
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status400response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status401response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status403response-property-enum-value-added
- ●
added the new
SERVICE_UNAVAILABLEenum value to theerror/coderesponse property for the response status500response-property-enum-value-added
- ●