Client Zero

Ingest a Farcaster cast webhook for trade analysis

post/webhook/farcaster

Request body

textstring required

The cast text containing a $CASHTAG mention

fidnumber required

Farcaster user ID (FID) of the caster

hashstring required

Unique hash of the Farcaster cast

Example request

{
  "text": "Just aping into $DEGEN, this is the way",
  "fid": 12345,
  "hash": "0xabc123def456"
}

Response

Cast accepted and queued for processing

Changes