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.
-
flow - Generate wallet GET {{url}}/v3/flow/wallet
-
flow - Generate private key POST {{url}}/v3/flow/wallet/priv
-
flow - Generate Flow account address from Extended public key GET {{url}}/v3/flow/address/:xpub/:index
-
flow - Deploy Flow NFT POST {{url}}/v3/nft/deploy/
-
flow - Mint NFT POST {{url}}/v3/nft/mint/
-
flow - Mint NFT Multiple Tokens POST {{url}}/v3/nft/mint/batch
-
flow - Get Token Metadata GET {{url}}/v3/nft/metadata/:chain/:contractAddress/:token?account=0x2d0d7b39db4e3a08
-
flow - Transfer NFT Token POST {{url}}/v3/nft/transaction/
-
flow - Burn NFT POST {{url}}/v3/nft/burn/
-
flow - Get Contract Address GET {{url}}/v3/nft/address/:chain/:txId