Skip to main content

castById

Get a cast by its FID and Hash. Query Parameters
ParameterDescriptionExample
fidThe FID of the cast’s creatorfid=6833
hashThe cast’s hashhash=0xa48dd46161d8e57725f5e26e34ec19c13ff7f3b9
Example
Response

castsByFid

Fetch all casts for authored by an FID. Query Parameters
ParameterDescriptionExample
fidThe FID of the cast’s creatorfid=6833
pageSizeOptional page size (default: 1000)pageSize=100
pageTokenOptional page token for paginationpageToken=DAEDAAAGlQ...
reverseOptional reverse order flagreverse=true
startTimestampOptional start timestamp filterstartTimestamp=1640995200
stopTimestampOptional stop timestamp filterstopTimestamp=1640995200
Example
Response

castsByParent

Fetch all casts by parent cast’s FID and Hash OR by the parent’s URL Query Parameters
ParameterDescriptionExample
fidThe FID of the parent castfid=6833
hashThe parent cast’s hashhash=0xa48dd46161d8e57725f5e26e34ec19c13ff7f3b9
urlThe URL of the parent casturl=chain://eip155:1/erc721:0x39d89b649ffa044383333d297e325d42d31329b2
pageSizeOptional page size (default: 1000)pageSize=100
pageTokenOptional page token for paginationpageToken=DAEDAAAGlQ...
reverseOptional reverse order flagreverse=true
You can use either ?fid=...&hash=... OR ?url=... to query this endpoint
Example
Response

castsByMention

Fetch all casts that mention an FID Query Parameters
ParameterDescriptionExample
fidThe FID that is mentioned in a castfid=6833
pageSizeOptional page size (default: 1000)pageSize=100
pageTokenOptional page token for paginationpageToken=DAEDAAAGlQ...
reverseOptional reverse order flagreverse=true
Use the mentionsPositions to extract the offset in the cast text where the FID was mentioned
Example
Response