Returns the an NFT (Non-Fungible Token). The contract must follow the ERC-721 or KIP-17 standard. To retrieve correct information, the tokenUri()
function must be implemented.
The request is successful.
The request is not valid.
The credential you provided is invalid.
curl -i -X GET \ -u <username>:<password> \ 'https://node-api.klaytnapi.com/v1/metadata/nft/{address}/{id}' \ -H 'x-chain-id: string'
{- "owner": "0x3cb01b8f935069b3f3d57cff07be4e4c09164f79"
}