Search
K

Get Mints of Contract

This endpoint allows you to get all of the mints from a contract and also optionally filter these by address too. The address represents the initial address that the token was minted to.
The address of the mint returned in this endpoint will not be a true representation of who owns the associated token on chain after it has been transferred. You can use the Get Owned Tokens endpoint to see a true on chain representation of who owns the token
get
https://api.hypermint.com/v1
/nft-contract/:contractId/mints?address=:address
Get mints from a contract
Parameters
Header
HM_ACCESS_KEY*
HyperMint Access Key
HM_ACCESS_KEY_SECRET
HyperMint Access Key Secret
Responses
200: OK
Responds with mints for a contract
400: Bad Request
Validation error
ERC721 contracts will return the on chain token ids that were minted in the result array for the request

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at [email protected] and we will get back to you as soon as we can.