Advanced Search & URL Parameters

Verify Engine provides multiple ways for users and developers to retrieve the search results or to access the Asset Profiles.

Retrieve Search Results

By Nid/Cid

If you have already known the Numbers ID of a content file, you can either input the Nid in the search bar of the Verify Engine, or use the following URL to get the search results:

https://verify.numbersprotocol.io/?nid=${YOUR_ASSET_NID}

such as

https://verify.numbersprotocol.io/?nid=bafybeid6mxtvaxdoyqv2fpz535uf5j2oa46dtqpg6gdb4rvgboj2oacgn4

By Token Contract and ID

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 Verify Engine UI or use the following URL to get the search results:

https://verify.numbersprotocol.io/?token_id=${TOKEN_ID}&contract=${TOKEN_CONTRACT}

such as

https://verify.numbersprotocol.io/?token_id=3506&contract=0x0c8c81d6954db5bf8c49d58cb81340e023d6f530

Retrieve Asset Profile

By Nid/Cid

If you have already known the Numbers ID of a content file, you can use Nid to access the Asset Profile of it:

https://verify.numbersprotocol.io/asset-profile/${YOUR_ASSET_NID}

such as

https://verify.numbersprotocol.io/asset-profile/bafybeicfbfzbcfj3krfdrr75ymtlqpq2v7lmwfxudqg3fbqdfy5h35oira

By Token Contract and ID

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://verify.numbersprotocol.io/asset-profile?token_id=${TOKEN_ID}&contract=${TOKEN_CONTRACT}

such as

https://verify.numbersprotocol.io/asset-profile?token_id=3506&contract=0x0c8c81d6954db5bf8c49d58cb81340e023d6f530

Last updated