Compute NFT Address API
You can compute counterfactual NFT addresses by interacting with the factory smart contract. We also provide an API for convenience.
Endpoint:
/api/v3/nft/info/computeTokenAddress
Parameters:- 1.nftFactory : the official NFT factory address.
- 2.nftOwner : the owner address.
- 3.nftBaseUri : this is to support another feature in the future, but is currently not supported.
returns:
{
tokenAddress: "0xc00cb8d1f71b00c1bb54a1a7233fe6a1c9c65a00"
}