Get Unique Identifier of an Address
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:
Last updated