Last updated 1 year ago
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 :
GET /api/v1/uuid