FarcasterValidateFrameMessage API
Learn all the detailed references of Tokens API that provide ERC20/721/1155 token detail information, including the input filters, supported chains, and output fields.
The FarcasterValidateFrameMessage
API helps you to validate any Frames Signature packet and provide additional social data enrichment on the caster and interactor of the Frames.
Inputs
filter
Outputs
castedByFid
Int
FID of the caster of the Frames.
interactedByFid
Int
FID of the interactor of the Frames.
isValid
Boolean
Indicates whether the signed message from the Frames Signature Packet is valid or not.
message
FrameMessage
Nested Query â Formatted validated message details, including fids, buttonIndex, transactionHash, etc.
messageRaw
Map
Raw validated message details in JSON.
Last updated