Skip to main content
GET
/
v1
/
address-screening
/
status
Get Address Screening Status
curl --request GET \
  --url https://api.beta.getpara.com/v1/address-screening/status \
  --header 'X-API-Key: <api-key>'
{
  "address": "0x000000000000000000000000000000000000dEaD",
  "isSanctioned": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.getpara.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
default:sk_your_secret_key_here
required

Your partner secret key (server-side only)

Headers

X-Request-Id
string<uuid>

UUID for request tracing. Para returns one if omitted.

Query Parameters

address
string
required

Address to screen.

Example:

"0x000000000000000000000000000000000000dEaD"

Response

Address screening status

address
string
required

Screened address.

Example:

"0x000000000000000000000000000000000000dEaD"

isSanctioned
boolean
required

Whether the address is sanctioned.

Example:

false