Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Releases: capsule-corp-ternoa/nft-marketplace-api

v1.4.1

04 Mar 16:14
28b1533
Compare
Choose a tag to compare

v1.4.1

Fixed

  • Sort for aggregated data when aggregate value is same

Added

  • New route /artist-highlight and user service getArtistHighLight()

v1.4.0

24 Feb 13:55
76f072d
Compare
Choose a tag to compare

Added

  • New route /most-liked and NFT service getMostLiked()
  • New route /most-viewed and NFT service getMostViewed()
  • New route /most-sold and NFT service getMostSold()
  • New route /most-soldSeries and NFT service getMostSoldSeries()
  • New route /top-sellers and user service getTopSellers()
  • New route /most-followed and user service getMostFollowed()
  • New filter options priceRounded/timestampCreate/viewer added to getNFTs
  • New sort options "TIMESTAMP_CREATE", "PRICE", "PRICE_ROUNDED", "LISTED", "IS_CAPSULE" added to getNFTs

Removed

  • Tiime Engine token data removed

Changed

  • NFT like/unlike moved from the ternoa-api to the marketplace-api
  • Category and likes filtering are now handle on dedicated functions

1.3.0

11 Jan 08:35
2019e14
Compare
Choose a tag to compare

1.3.0

Added

  • Added route to get total count of NFTs on sale

Changed

  • Improved populate of NFTs data
  • Refactor count of NFTs

Fixed

  • Fixed get history route when series id has a weird format

v1.2.1

16 Dec 11:45
ae52cac
Compare
Choose a tag to compare

v1.2.1

Added

  • Add locked series data to nft data (field: seriesLocked)
  • Added socket event for minting nft error
  • Cache management

v1.2.0

06 Dec 10:57
88b4de7
Compare
Choose a tag to compare

1.2.0

Fixed

  • When you get user liked nfts, it will automatically remove burned NFT from data
  • Data validation on all routes
  • Default pagination if no param given

Added

  • API to get series status
  • API to know if user can add to series
  • API to get series status
  • Added capsule data to responses

Changed

  • Updated dependencies