Get Owned Tokens
Returns all tokens owned by a user's wallet address for a specified collection (i.e. contract). The
contractId
for a collection can be found on the dashboard under the "Developers" tab in the contract detail page. get
https://api.hypermint.com/v1
/nft-contract/:contractId/tokens/owners/:walletAddress
Gets all the tokens owned by a wallet address for a specific collection
Parameters
Header
HM_ACCESS_KEY*
HyperMint Access Key
HM_ACCESS_KEY_SECRET*
HyperMint Access Key Secret
Responses
200: OK
Responds with tokens owned by a user for a specific wallet
400: Bad Request
Contract is not deployed
400: Bad Request
Address is not a valid EVM address
404: Not Found
Not Found
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.
Last modified 4mo ago