GET
/
farcaster
/
cast
/
composer_actions
/
list
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/cast/composer_actions/list \
  --header 'x-api-key: <api-key>'
{
  "actions": [
    {
      "name": "<string>",
      "icon": "<string>",
      "description": "<string>",
      "about_url": "<string>",
      "image_url": "<string>",
      "action_url": "<string>",
      "action": {
        "action_type": "<string>",
        "post_url": "<string>"
      },
      "octicon": "<string>",
      "added_count": 123,
      "app_name": "<string>",
      "author_fid": 123,
      "category": "<string>",
      "object": "<string>"
    }
  ],
  "next": {
    "cursor": "<string>"
  }
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

list
enum<string>
required

Type of list to fetch.

Available options:
top,
featured
limit
integer
default:25

Number of results to fetch

Required range: 1 <= x <= 25
cursor
string

Pagination cursor.

Response

200
application/json
List of composer actions
actions
object[]
next
object

Returns next cursor