mallow
  • SMORES Token
    • Overview
    • How to earn
    • Economics
    • SMORES Uses
    • FAQ
  • REST API
    • Overview
    • Reference
      • Types
        • Artwork
        • Collection
      • /artworks
        • GET /artworks/:mintAccount
        • GET /artworks/trending
        • POST /artworks/listedBySeller
        • POST /artworks/byCreator
      • /events
        • POST /events/byMint
        • POST /events/bySeller
      • /users
        • GET /users/:address
      • /rewards
        • GET /rewards/unclaimed/:address
      • /getBidOrBuyTx
        • POST /getBidOrBuyTx
      • /scheduledBids
        • POST /scheduledBids/getBidTx
        • POST /scheduledBids/getCancelBidTx
        • GET /scheduledBids/:bidder
  • Actions/Blinks
Powered by GitBook
On this page
  1. REST API
  2. Reference
  3. /artworks

GET /artworks/trending

Trending artworks

GET https://api.mallow.art/v1/artworks/trending

Returns the top 10 trending artworks on mallow. If an artwork is featured, that will be returned as well.

{
    "result": {
        "trending": [],
        "featured": 
    }
}
{
    "error": { 
        "message": "Invalid API Key" 
    }
}
PreviousGET /artworks/:mintAccountNextPOST /artworks/listedBySeller

Last updated 2 days ago