Latest Secondary Mint Sales

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

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

The Latest Secondary Mint Sales endpoint captures transactions that occured after the minting of a NFT.

For example, the Primary Sales endpoint visualizes who minted the NFT and the program that was used. While the Latest Secondary Mint Sales endpoint visualizes who the minter sold the NFT to and the price it was transacted at.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

body

string

Mint address per the SPL token program. > You can also visit https://www.hellomoon.io/id?search=token to search for mints using a user interface.

string

The market the NFT mint was sold on. optional field

string

The buyer of the NFT mint. optional field

string

The seller of the NFT mint. optional field

price

Unix epoch time (in seconds) of a block as calculated from validator votes. If you want to look at historical data, let's say 7 days in the past. 1. Change the operator to < 2. Get the current epochtime i.e, 1673831466 -> Jan 15, 2023 3. Subtract the current epochtime from ( 86400 * 7 ). Place the result of 1673831466 - ( 86400 * 7 ) = 1673226666 in the value input - this returns the epochtime time from 7 days ago 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