Royalties Status by Address π° - /nft/royalty_status_address/{address}
π Endpoint Summary
π API Path Parameters
Parameter
Type
Description
πΎ Response
{
"address": "abcdefg",
"royalty_status": {
"total_royalties_owed": 1000,
"transactions": [
{
"tx_id": "abcdefg",
"timestamp": "2022-01-01T00:00:00Z",
"amount": 100
},
...
]
}
}π¨ Example Usage
π Possible Use Cases
PreviousRetrieve Holder Snapshot for NFT π - /nft/holder_snapshotNextRoyalties Status of Multiple NFTs π° - /nft/royalty_status_multiple_nfts
Last updated