GetNfts
Returns detail information about nfts with a specific state with Pagination support. (project uid)
You will receive all information (fingerprint, ipfshash, etc.) about the nfts within a specific state. State "all" lists all available nft in this project. The other states are: "free", "reserved", "sold" and "error"
get/GetNfts/{apikey}/{projectuid}/{state}/{count}/{page}
Path parameters
apikeystring required
projectuidstring required
statestring required
countinteger required
pageinteger required
Query parameters
orderbystring
(Optional) The sort order of the result. Possible values are: id (default),id_desc (descending order), selldate (on sold nfts) and selldate_desc (descending order)
Response
Returns a List of the NFT Class
Changes
No recorded changes to this endpoint across all 1 revision of this API.