POST
Screen a wallet

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys start with sk_test_, mainnet keys with sk_live_.

Body

application/json
wallet_address
string
required
Example:

"0x1234abcd5678ef901234abcd5678ef901234abcd"

merchant_id
string

Response

200 - application/json

Screening result

wallet_address
string
result
enum<string>
Available options:
clear,
review,
declined
flags
string[]
Example:
screened_at
string<date-time>