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.
Path Parameters
Name
Type
Description
walletAddress*
String
Wallet address to look up
Headers
Name
Type
Description
Authorization*
Basic ${base64(apiKey)}
Date*
String
Date and time of current request
Wed, 04 Oct 2023 02:39:37 GMT
Response
{
"data": {
"address": "0x7C5F316eD90232fCfcF68758373e45Ea9A61b800",
"score": 1,
"verifiedAt": 1717012571
},
"type": "wallet.screening"
}
Last updated