Neynar · Schema

TrendingChannelResponse

Neynar Farcaster API schema for TrendingChannelResponse

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain

Properties

Name Type Description
channels array
next object
View JSON Schema on GitHub

JSON Schema

trendingchannelresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/TrendingChannelResponse",
  "title": "TrendingChannelResponse",
  "description": "Neynar Farcaster API schema for TrendingChannelResponse",
  "properties": {
    "channels": {
      "items": {
        "$ref": "#/components/schemas/ChannelActivity"
      },
      "type": "array"
    },
    "next": {
      "$ref": "#/components/schemas/NextCursor"
    }
  },
  "required": [
    "channels",
    "next"
  ],
  "type": "object"
}