mallow docs

Trending artworks

GET
/v1/artworks/trending

Get the current trending artworks on mallow. Results are cached for 60 seconds.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/artworks/trending"
{  "result": {    "trending": [      {        "mintAccount": "string",        "name": "string",        "image": "string"      }    ],    "featured": {      "mintAccount": "string",      "name": "string",      "image": "string"    }  }}