How to resolve identity?

Check Quickstart for authenticating with API Key

Using API

Using SDK

For Quickstart

Call Resolve Function

const id = await fetcch.identity.resolve("satyam@metamask")

// CAN ALSO DO

const id = await fetcch.identity.resolve("satyam.eth")

// OR

const id = await fetcch.identity.resolve("satyam.sol")

// EVEN OR

const id = await fetcch.identity.resolve("satyam.nft")

Last updated