Manifold for Developers
WelcomeManifold StudioManifold for Developers
Search…
⌃K
Links
Manifold for Developers
Introduction
Shopify Merch Bridge
Overview
App Install
Tutorial
Reference
Guides
Getting Started
HTML
React
NextJS
Vue
Wix
Squarespace
Resources
Apps
Widgets
Directory
Connect Widget
Blockchain Interaction
Wallet Authentication
Data Client
NFT Information Retrieval
getNFT
getNFTsOfOwner
ownerHasNFT
Data Storage and Retrieval
Advanced Configuration
Customization & Styling
Automatic Error Handling
Campaign Widget
Curation Widget
Marketplace Widgets
Manifold Ethereum Provider
Tools and APIs
Merkle Tree Tool
Snapshot Tool
Discord Tools
Marketplace APIs
Server-Side Session Authentication
Server-to-Server APIs
Smart Contracts
Manifold Creator
Marketplace
Royalty Registry
Contact Us
Powered By GitBook

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
}
​
Previous
getNFTsOfOwner
Next
Data Storage and Retrieval
Last modified 7mo ago
Copy link