By URL

The simplest way to integrate NFTmall's services into your app is by adding a link that meets the standard defined down below.

For example, you can simply add a button reading 'Trade on NFTmall' in your app to allow your users to trade their NFTs.

NFT

NFTs on NFTmall have the following URL structure.

https://nftmall.io/nft/{blockchain_id}/{collection_id}/{token_id}

For example, https://nftmall.io/nft/thundercore/0xb01e8837b11b1df35d40e68e854de8c84442da92/42406231662091712833196414066148706740449141587190564625469759813508222943244

  1. blockchain_id indicates the blockchain the NFT is minted on. It must be one of the following values.

    • thundercore

    • bsc

    • avax

    • eth

    • polygon

  2. collection_id indicates the address of the NFT smart contract on the blockchain.

  3. token_id indicates the unique identifier of the NFT in its collection.

You can verify these values on most block explorers.

Collection

Similarly, Collections on NFTmall have the following URL structure

https://nftmall.io/collection/{blockchain_id}/{collection_id}

For example, https://nftmall.io/collection/thundercore/0xb01e8837b11b1df35d40e68e854de8c84442da92

Last updated