We are excited to introduce a new API endpoint in the Fuel Explorer Indexer:
/assets/<assetId>
- you can retrieve Detailed Asset Information (Including NFTs) using this endpoint
What this endpoint offers:
This API provides ecosystem dapps with a simple and efficient way to identify their assetIds
and access comprehensive asset data, including indexed NFT information.
Key Asset Data Available:
assetId
: The unique ID of the assetcontractId
: The ID of the contract that minted this assetverified
: A flag indicating if the asset is on Fuel’s “Verified List”. This will be “true” if this asset is in “Verified list” of assets from fuelisNFT
: Indicates if the asset is an NFT (supply = 1, decimals = 0)
Key NFT-Specific Data:
- metadata: Key-value pairs set by the contract, following the SRC7/SRC9 sway standards (emitting log event)
- owner: The current owner of this NFT
- uri: A parsed URL from “metadata.uri” or “metadata.URI”, with logic applied to provide a reasonable uri for the API consumer.
How to Use It:
Please visit the Fuel Explorer Indexer - Assets API to get detailed info about its integration.
What’s Next?
We will actively monitor the API’s performance to ensure its robustness and to handle public requests effectively.