NFT Royalty

NOTE: This endpoint is only callable by API keys in the following tiers:

  • Business
  • Developer
  • Enterprise
  • PremiumSharedRpc
  • StarterSharedRpc
  • UltimateSharedRpc

Get all facts about an NFT's royalty Including:

  • Creator Address
  • Creator Share
  • royaltyAmountPaid ( Royalty Paid in Lamports )
  • Market ( Market the transaction occured in )
  • Seller Fee Basis Points
  • Blocktime ( When the transaction occured )
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

body

string

The address of the creator of the NFT. This is the address that will receive the royalty optional field

creatorShare
blockTime
market
royaltyAmountPaid
string
The creator sellerFeeBasisPoints for a Solana NFT refers to the percentage of the sale proceeds that will be taken by the NFT creator as a fee when the NFT is sold by the current owner.

In Solana, the sellerFeeBasisPoints parameter is expressed as a number between 0 and 10,000, where 100 basis points equals >1%. So, for example, if the creator sets the sellerFeeBasisPoints to 500, then they will receive 5% of the sale proceeds >as a fee when the NFT is sold by the current owner.

optional field

string

First signature in a transaction, which can be used to track and verify the transaction status across the complete ledger. It is a base-58 encoded string that is uniquely generated for each transaction. optional field

number
1 to 1000

The number of results to return per page optional field

number
≥ 1

The page number to return optional field

string

The pagination token to use to keep your position in the results optional field

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json