NFT
/v1/nft
Get NFT
Returns an NFT by its mint address.
Get NFT Royalty
Returns the royalty paid status on the last sale of an NFT. Return type is either true, false, or NO_DATA.
Refresh a NFT
GET
https://api.matrica.io/v1/nft/{nftId}/refresh
Updates the metadata of the NFT
Path Parameters
Name | Type | Description |
---|---|---|
nftId* | string | NFT id |
Last updated