Fetch NFT Details
This API fetches all the details of a particular NFT present in user's wallet.
Path parameters
nft_uuidstringRequired
Responses
200
NFT balances fetched successfully
application/json
messagestringOptionalExample:
Coin balances fetched successfullystatusstringOptionalExample:
successrequest_idstringOptionalExample:
7e0c3676-82c9-43dc-8678-61bc4aa7c72c400
Invalid request
application/json
401
Authorization error
application/json
404
Nft not found
application/json
get
/wallet/tokens/nfts/{nft_uuid}Last updated