GET /artworks/trending

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": 
    }
}

Last updated