GET
/
farcaster
/
v2
/
cast-likes
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/cast-likes \
  --header 'API-KEY: <api-key>'
{
  "result": {
    "likes": [
      {
        "fid": "<string>",
        "followingCount": 123,
        "followerCount": 123,
        "pfp": {
          "url": "<string>",
          "verified": true
        },
        "bio": {
          "text": "<string>",
          "mentions": [
            "<string>"
          ]
        },
        "external": true,
        "custodyAddress": "<string>",
        "username": "<string>",
        "displayName": "<string>",
        "registeredAt": "2023-11-07T05:31:56Z"
      }
    ]
  },
  "next": "<string>",
  "source": "v2"
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests, grab one at docs.wield.xyz

Query Parameters

castHash
string
required
limit
integer
default:100
cursor
string

Response

200 - application/json
Successful response
result
object
next
string
source
string
Example:

"v2"