Skip to main content
GET
/
news-feed
List available news feeds with IDs and item counts
curl --request GET \
  --url https://api.agg.market/news-feed \
  --header 'x-app-id: <api-key>'
{
  "feeds": [
    {
      "id": "<string>",
      "name": "<string>",
      "itemCount": 123
    }
  ]
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Response

200

feeds
object[]
required