Skip to main content
🚧 Coming soon This endpoint isn’t live yet, but it’s on the way. If you’d like early access or updates, please get in touch.

Endpoint

GET /risk/sanctions/{address}

Description

Checks if the given address is present on any known sanctions or blacklist lists, with support for multiple chains.

Path Parameters

  • address (string, required): The blockchain address to check.

Response Example

{
  "address": "...",
  "isSanctioned": false,
  "blacklists": ["OFAC", "EU Sanctions"],
  "chainsChecked": ["Ethereum", "Solana", "Polygon"]
}

Notes

  • Supports multiple blockchains (multichain).
  • Use this endpoint to ensure compliance and avoid sanctioned or blacklisted addresses.