Get NFT By Token Id
Smart contract is responsible for NFTs ownership as it keeps a record of minted NFT per owner .
NFT ownership verification
With this API , you can verify the ownership of a specific NFT by its unique Token_id
.
API Doc
Swagger Doc | ReDoc
Curl call example
Path parameters:
chain
:[string] chain to work with. Either testnet
or mainnet
.
contract_id
:[string] smart contract account .
token_id
: Unique token_id of the NFT.
Example: