Comment on page
Advanced Search & URL Parameters
Numbers Search Engine provides multiple ways for users and developers to retrieve the search results or to access the Asset Profiles.
If you have already known the Numbers ID of a content file, you can either input the Nid in the search bar of the search engine, or use the following URL to get the search results:
https://nftsearch.site/?cid=${YOUR_ASSET_NID}
such as
https://nftsearch.site/?cid=bafkreies64cp23eolp4iiu4mejpevnfevws5fvg22bhlvwzogvzk3mklue
If you have the contract address and token ID of an NFT token that is associated with a specific content file, you can input the contract address and token ID in the advanced search of the Search Engine UI or use the following URL to get the search results:
https://nftsearch.site/?token_id=${TOKEN_ID}&contract=${TOKEN_CONTRACT}
such as
https://nftsearch.site/?token_id=5336&contract=0x05a46f1e545526fb803ff974c790acea34d1f2d6
If you have already known the Numbers ID of a content file, you can use Nid to access the Asset Profile of it:
https://nftsearch.site/asset-profile?cid=${YOUR_ASSET_NID}
such as
https://nftsearch.site/asset-profile?cid=bafkreies64cp23eolp4iiu4mejpevnfevws5fvg22bhlvwzogvzk3mklue
If you have the contract address and NFT token ID associated with a specific content file, you may also use the following URL to retrieve the Asset Profile of the asset associated with this NFT token:
https://nftsearch.site/asset-profile?token_id=${TOKEN_ID}&contract=${TOKEN_CONTRACT}
such as
https://nftsearch.site/asset-profile?token_id=5336&contract=0x05a46f1e545526fb803ff974c790acea34d1f2d6
Last modified 1yr ago