v1

latestOpenAPI 3.1.02026-07-2685154311.7 KB
Address Book

Get address ownership information

Get the ownership information about a customer blockchain address.

get/v1/addresses/address-ownerships/{address}

Path parameters

addressstring required

Blockchain address

Example:0x489c818ca8b9251b393131b08a736a67ccb19298

Query parameters

vasp_didstring required

Decentralized Identifier

Example:did:methd:identifier

VASP DID

assetstring required

Crypto currency

Example:ETH

Response

Address Ownership Information

owner_vasp_didstring
owner_vasp_namestring
addressstring

Blockchain address

address_type'HOSTED' | 'UNHOSTED'
assetstring

Crypto currency

source'UNKNOWN' | 'ADDRESS_HASH' | 'ADDRESS_GRAPH' | 'CHAINALYSIS' | 'ELLIPTIC'

Source of address information

  • UNKNOWN Address is not kwown.
  • ADDRESS_HASH Notabene private address network.
  • ADDRESS_GRAPH Notabene address graph.
  • CHAINALYSIS Chainalysis
  • ELLIPTIC Elliptic
  • CRYSTAL Crystal

Example response

{
  "address": "0x489c818ca8b9251b393131b08a736a67ccb19298",
  "asset": "ETH"
}