GET
/
channels
curl --request GET \
  --url https://api.pinata.cloud/v3/farcaster/channels \
  --header 'Authorization: Bearer <token>'
{
  "channels": [
    {
      "created_at": 1715609736,
      "description": "a place for sharing and discussing longform stories online",
      "follower_count": 1,
      "hosts": [
        {
          "active_status": "inactive",
          "custody_address": "0xb6620b05a422658688d57b5158d464dea912879d",
          "display_name": "Vinay Vasanji",
          "fid": 1082,
          "follower_count": 2800,
          "following_count": 1237,
          "notes": {
            "active_status": "Warpcast has transitioned from active badges to power badges, Neynar will deprecate this key in the user object in the next few weeks"
          },
          "object": "user",
          "pfp_url": "https://i.imgur.com/7y4JRTk.jpg",
          "power_badge": true,
          "profile": {
            "bio": {
              "text": "/cryptocandies founder everyname.xyz (acq.) cofounder humanetics.super.site"
            }
          },
          "username": "vinayvasanji.eth",
          "verifications": [
            "0x12c6920a4acc4dae6b3992903a48adcbffe5dc5e"
          ],
          "verified_addresses": {
            "eth_addresses": [
              "0x12c6920a4acc4dae6b3992903a48adcbffe5dc5e"
            ],
            "sol_addresses": [
              "BheMt83LxwReoARkU4Q4cE67ksZzA7Rf9E3ABdVZpUEy"
            ]
          }
        }
      ],
      "id": "longreads",
      "image_url": "https://i.imgur.com/AMxg3Jh.png",
      "lead": {
        "active_status": "inactive",
        "custody_address": "0xb6620b05a422658688d57b5158d464dea912879d",
        "display_name": "Vinay Vasanji",
        "fid": 1082,
        "follower_count": 2800,
        "following_count": 1237,
        "notes": {
          "active_status": "Warpcast has transitioned from active badges to power badges, Neynar will deprecate this key in the user object in the next few weeks"
        },
        "object": "user",
        "pfp_url": "https://i.imgur.com/7y4JRTk.jpg",
        "power_badge": true,
        "profile": {
          "bio": {
            "text": "/cryptocandies founder everyname.xyz (acq.) cofounder humanetics.super.site"
          }
        },
        "username": "vinayvasanji.eth",
        "verifications": [
          "0x12c6920a4acc4dae6b3992903a48adcbffe5dc5e"
        ],
        "verified_addresses": {
          "eth_addresses": [
            "0x12c6920a4acc4dae6b3992903a48adcbffe5dc5e"
          ],
          "sol_addresses": [
            "BheMt83LxwReoARkU4Q4cE67ksZzA7Rf9E3ABdVZpUEy"
          ]
        }
      },
      "name": "longreads",
      "object": "channel",
      "parent_url": "https://warpcast.com/~/channel/longreads",
      "url": "https://warpcast.com/~/channel/longreads"
    }
  ],
  "next": {
    "cursor": "eyJwYWdlIjoyfQ%3D%3D"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

pageSize
integer

Determine the number of results, if not specified default is 100

Example:

1

pageToken
string

Token to be used for the next page of results

Example:

"eyJvZmZzZXQiOiIxMyJ9"

Response

200 - application/json
OK

The response is of type object.