Get Unique Identifier of an Address

A user will be assigned a UUID (Universally Unique Identifier) if they have gone done a document scan + biomentric scan (selfie) OR just a biomentric scan (motion)

To query the UUID of a wallet simply call:

const soulbound = new web3.eth.Contract(abi, soulboundContractAddress);
const uuidData = await soulbound.methods.getUUIDData(walletAddress).call();

Or call our "GET /api/v1/uuid" API directly here:

🤖pagePublic APIs

Last updated