Skip to main content

CreatedOnchainIdentity

result object
identityContractAddressstring

Address of the identity contract created

Example: 0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
identityContractIdstring

UUID of the Smart Contract created

Example: 6585b5fb-8de8-452d-aa96-8e5de0f1ca09
walletLinkedstring

Address of the wallet linked to the identity

Example: 0x123456A9571241e97cDb61E3FfD1937D885454dd
CreatedOnchainIdentity
{
"result": {
"identityContractAddress": "0xC593e77451cE7009209Ea4e7F62d64F2355D71ff",
"identityContractId": "6585b5fb-8de8-452d-aa96-8e5de0f1ca09",
"walletLinked": "0x123456A9571241e97cDb61E3FfD1937D885454dd"
}
}