API Get On-Chain AML Score

Fetch On-Chain AML Score For Wallet

GET /v1/wallets/${walletAddress}/screening

This is a server-only API route that requires a signed request signature.

See How to sign APIfor information on how to create a request signature.

Companies must have this feature enabled to take advantage of this API. To request this feature, please contact support@quadrata.com.

Path Parameters

NameTypeDescription

walletAddress*

String

Wallet address to look up

Headers

NameTypeDescription

Authorization*

Basic ${base64(apiKey)}

Date*

String

Date and time of current request

Wed, 04 Oct 2023 02:39:37 GMT

Signature*

String

Response

{
    "data": {
        "address": "0x7C5F316eD90232fCfcF68758373e45Ea9A61b800",
        "score": 1,
        "verifiedAt": 1717012571
    },
    "type": "wallet.screening"
}

Last updated