Get an address' sanctions

This method returns an address' sanctions from Chainalysis's public api.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
address
required
string

The address

Responses
200

AddressSanctions object

400

Invalid secret

get/compliance/sanctions/{address}
Response samples
application/json
{
  • "address": "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
  • "has_sanctions": true,
  • "provider_details": [
    ]
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.