Skip to main content
GET
/
content
/
cooking
Get content for trending (cooking) tokens
curl --request GET \
  --url https://api.jup.ag/tokens/v2/content/cooking
{
  "data": [
    {
      "mint": "<string>",
      "contents": [
        {
          "contentId": "<string>",
          "content": "<string>",
          "contentType": "text",
          "status": "approved",
          "source": "<string>",
          "submittedAt": "<string>",
          "submittedBy": {
            "id": "<string>",
            "username": "<string>",
            "role": "<string>"
          },
          "updatedAt": "<string>",
          "updatedBy": {
            "id": "<string>",
            "username": "<string>",
            "role": "<string>"
          },
          "postedAt": "<string>"
        }
      ],
      "tokenSummary": {
        "summaryFull": "<string>",
        "summaryShort": "<string>",
        "updatedAt": "<string>",
        "citations": [
          "<string>"
        ]
      },
      "newsSummary": {
        "summaryFull": "<string>",
        "summaryShort": "<string>",
        "updatedAt": "<string>",
        "citations": [
          "<string>"
        ]
      }
    }
  ]
}

Response

Successfully retrieved cooking tokens content

data
object[]
required