NFT

/v1/nft

Get NFT

Returns an NFT by its mint address.

Get an nft by ID.

get
Path parameters
nftIdstring · min: 30Required
Query parameters
apiKeystring · min: 4Required
Responses
200
Returns NFT.
get
GET /v1/nft/{nftId} HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

Get NFT Royalty

Returns the royalty paid status on the last sale of an NFT. Return type is either true, false, or NO_DATA.

Get an nft by ID.

get
Path parameters
nftIdstring · min: 30Required
Query parameters
apiKeystring · min: 4Required
Responses
200
Returns NFT.
get
GET /v1/nft/{nftId}/royalty HTTP/1.1
Host: api.matrica.io
Accept: */*

No content

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