v1
latestOpenAPI 3.1.02026-07-2685154311.7 KBAddress 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
Example response
{
"address": "0x489c818ca8b9251b393131b08a736a67ccb19298",
"asset": "ETH"
}