GET
/
farcaster
/
v2
/
cast
curl --request GET \
  --url https://build.wield.xyz/farcaster/v2/cast \
  --header 'API-KEY: <api-key>'
{
  "result": {
    "cast": {
      "hash": "<string>",
      "threadHash": "<string>",
      "text": "<string>",
      "embeds": {
        "images": [
          "<string>"
        ],
        "urls": [
          "<string>"
        ]
      },
      "mentions": [
        "<string>"
      ],
      "mentionsPositions": [
        123
      ],
      "external": true,
      "author": {
        "fid": "<string>",
        "followingCount": 123,
        "followerCount": 123,
        "pfp": {
          "url": "<string>",
          "verified": true
        },
        "bio": {
          "text": "<string>",
          "mentions": [
            "<string>"
          ]
        },
        "external": true,
        "custodyAddress": "<string>",
        "displayName": "<string>",
        "username": "<string>",
        "registeredAt": "2023-11-07T05:31:56Z",
        "isFollowing": true,
        "isFollowedBy": true
      },
      "parentAuthor": {
        "fid": "<string>",
        "followingCount": 123,
        "followerCount": 123,
        "pfp": {
          "url": "<string>",
          "verified": true
        },
        "bio": {
          "text": "<string>",
          "mentions": [
            "<string>"
          ]
        },
        "external": true,
        "custodyAddress": "<string>",
        "displayName": "<string>",
        "username": "<string>",
        "registeredAt": "2023-11-07T05:31:56Z",
        "isFollowing": true,
        "isFollowedBy": true
      },
      "timestamp": "2023-11-07T05:31:56Z",
      "replies": {
        "count": 123
      },
      "reactions": {
        "count": 123
      },
      "recasts": {
        "count": 123,
        "recasters": [
          "<string>"
        ]
      },
      "isSelfLike": true,
      "isSelfRecast": true,
      "childCast": {},
      "childrenCasts": [
        {}
      ]
    }
  },
  "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

hash
string
required

Response

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

"v2"