curl --request GET \
--url https://build.wield.xyz/farcaster/v2/casts-in-thread \
--header 'API-KEY: <api-key>'
{
"result": {
"casts": [
{
"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"
}
curl --request GET \
--url https://build.wield.xyz/farcaster/v2/casts-in-thread \
--header 'API-KEY: <api-key>'
{
"result": {
"casts": [
{
"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"
}
Free API key needed to authorize requests, grab one at docs.wield.xyz
x <= 50
Successful response
The response is of type object
.