Check if an address is sanctioned

This endpoint checks if an address is sanctioned. The response includes an array of sanctions data, if any. Provide the address to check as the addressToCheck path parameter.

Authentication

X-API-Keystring
API Key authentication via header

Path Parameters

addressToCheckstringRequired

The address to check for sanctions. Note: The string is case-sensitive.

Response

A list of sanctions designations for the address, if any.
identificationslist of objects

An array of identification details for the provided address. Note: If the array is empty, no sanctions are associated with the address.

Errors