GET
/
interactions
/
top
curl --request GET \
  --url https://api.pinata.cloud/farcaster/frames/interactions/top \
  --header 'Authorization: Bearer <token>'
[
  {
    "button_index": 1,
    "interaction_count": 832,
    "unique_interactions": 216
  },
  {
    "button_index": 3,
    "interaction_count": 460,
    "unique_interactions": 84
  },
  {
    "button_index": 2,
    "interaction_count": 391,
    "unique_interactions": 110
  },
  {
    "button_index": 4,
    "interaction_count": 22,
    "unique_interactions": 15
  }
]

Authorizations

Authorization
string
headerrequired

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

Query Parameters

start_date
string

Date format of YYYY-MM-DD HH:MM:SS

end_date
string

Date format of YYYY-MM-DD HH:MM:SS

by
string

Filter by button_indes, cast_fid, cast_hash, frame_id, or url

Response

200 - application/json

The response is of type object.