Look up legal entity by blockchain address
Returns legal entity information for the given blockchain address (LEI data availability, LEI identifier, Travel Rule providers, contact email, and related fields — see response schema). URL-encode {address} when required.
Path Parameters
Blockchain address to look up
"0x742d35cc6634c0532925a3b844bc9e7595f0beb0"
Response
Legal entity found
Legal entity details for a blockchain address.
Indicates whether LEI (Legal Entity Identifier) data is available for this address from a verified public registry. A value of false means no LEI record was found.
true
Legal entity display name.
"ACME Corporation"
Jurisdiction (e.g. ISO 3166-1 alpha-2 country code).
"US"
Legal Entity Identifier when available. Empty when leiData is false.
"254900GC33RBE6FQA817"
Travel Rule provider identifier (string enum value).
TRAVEL_RULE_PROVIDER_NOTABENE, TRAVEL_RULE_PROVIDER_SYGNA, TRAVEL_RULE_PROVIDER_TRISA, TRAVEL_RULE_PROVIDER_OPENVASP [
"TRAVEL_RULE_PROVIDER_NOTABENE",
"TRAVEL_RULE_PROVIDER_SYGNA"
]Travel Rule contact email when available.
"compliance@example.com"