v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
Aml

User screening

User screening endpoint

post/v1/user-screening

Headers

Authorizationstring required

Api key

X-Request-Signaturestring required

Base64 encoded string, containing request body, encrypted with the sha512 algorithm using RSA 4096 bit public key

Request body

crypto_currencystring required
wallet_addressstring required

Response

OK

is_approvedboolean required

True if the address passed screening, False if not.

reasonstring nullable

The reason for addressing screening failure. Returned if only is_approved is False.

Example response

{
  "reason": "Validation error: Testnet Bitcoin addresses are not allowed."
}