NFT Search
The NFT Search API enables developers to retrieve the NFT tokens that have been minted for a specific digital asset. The API takes the Nid of the asset as input and returns the cross-network NFT records for that asset. If you are unaware of the Nid of the file, the Asset Search API can be used to find similar assets, or use the [IPFS] Get Nid endpoint to retrieve the Nid of your asset.
Capture Token is required for API authorization. If you do not already have a Capture Token yet, please follow the instruction provided to create one.
The Numbers API is a pay-as-you-go system, which means you only pay for the API calls you make. This is a cost-effective way to use the API and it allows you to control your expenses. Make sure to top up and ensure sufficient funds in your wallet in the form of Credits or NUM to cover the cost. Payment for services is processed using NUM; if you want to know how much it costs in USD, you can check CoinGecko or CoinMarketCap.
A detailed explanation of the Nid can be found on the Numbers ID (Nid) page. In this example, you would replace YOUR_CAPTURE_TOKEN
with your actual Capture token and NID_TO_SEARCH
with the Nid of the metadata you want to cat. More examples can be found below:
Read nftRecords
chain_id
The ID of the NFT blockchain
contract
The contract address of the NFT token
token_id
The ID of the NFT token
asset_cids
A list of assets associated with this token
primary_marketplace
The primary marketplace of this token
current_owner
The current_owner of this NFT token
nft_spec
The spec of the NFT metadata
creator
The minter of the NFT token
created_at
The earliest of initial minting time of the NFT or the initial commit time of the digital media file in the Numbers Protocol
metadata
The metadata of this NFT token
animation_url
The animationURL associatedwith this token
image_url
The original URL of the image field of the NFT token
token_uri
The token URI of the NFT token
Support Status
Please visit the Support Status of Verify Engine to check the currently supported file formats and blockchain networks.
Sample search results
Last updated