Skip to main content

CreatedOnchainIdentity

result objectrequired
identityContractAddressstring

Address of the identity contract created

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0xC593e77451cE7009209Ea4e7F62d64F2355D71ff
identityContractIdstring<uuid>

UUID of the Smart Contract created

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

Address of the wallet linked to the identity

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

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