Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
🔍 Endpoint Summary
This endpoint retrieves the royalty status for a specific NFT. It returns a dictionary with the royalty status information for the specified NFT.
📝 API Path Parameters
Parameter
Type
Description
nft
str
The mint (i.e., unique identifier) of the NFT to retrieve the royalty status for.
🔢 Query Parameters
Parameter
Type
Description
summarized
bool
An optional flag that, if set to true, removes transaction data to minimize the returned data size.
💾 Response
The response is a dictionary containing the following information:
🔨 Example Usage
📈 Possible Use Cases
Retrieving the current royalty status of an NFT to ensure that all owed royalties have been paid.
Displaying the current royalty status of an NFT on a marketplace or portfolio website.
Keeping track of the total amount of royalties owed for a specific NFT over time.
Last updated