Flow NFT

Number of APIs: 12

NFTs have been making waves in the digital world recently and for good reason. These specialized tokens ensure verifiable authenticity and scarcity of digital assets, opening up a world of possibilities for a wide range of digital marketplaces.

From digital collectibles to in-game assets to one-of-a-kind releases of digital media, the possibilities are endless. Everyone wants to start implementing NFTs into their platforms, but they're running into a few obstacles.

Learn more about how to create and deploy NFTs using Tatum API.

  1. flow - Generate wallet GET {{url}}/v3/flow/wallet

  2. flow - Generate private key POST {{url}}/v3/flow/wallet/priv

  3. flow - Generate Flow account address from Extended public key GET {{url}}/v3/flow/address/:xpub/:index

  4. flow - Deploy Flow NFT POST {{url}}/v3/nft/deploy/

  5. flow - Mint NFT POST {{url}}/v3/nft/mint/

  6. flow - Mint NFT Multiple Tokens POST {{url}}/v3/nft/mint/batch

  7. flow - Get Token Metadata GET {{url}}/v3/nft/metadata/:chain/:contractAddress/:token?account=0x2d0d7b39db4e3a08

  8. flow - Transfer NFT Token POST {{url}}/v3/nft/transaction/

  9. flow - Burn NFT POST {{url}}/v3/nft/burn/

  10. flow - Get Contract Address GET {{url}}/v3/nft/address/:chain/:txId