ownerHasNFT

This gets whether the currently authenticated user owns the NFT or not. Supports filters and attribute filters.

client.ownerHasNFT({
  filters: [
    {
      contractAddress: '0x9619dabdc2eb3679943b51afbc134dec31b74fe8',
      tokenId: 9576
    }
  ]
})

And here is the example output:

{
  result: true
}

Last updated