Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 3.04 KB

farcastervalidateframemessage-api.md

File metadata and controls

31 lines (24 loc) · 3.04 KB
description
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.

FarcasterValidateFrameMessage API

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

Name Type Description
messageBytes String Signed message bytes coming from the Frames Signature Packet.

Outputs

Name Type Description
castedBy Social Nested Query – Social profile details of the caster of the Frames.
castedByFid Int FID of the caster of the Frames.
interactedBy Social Nested Query – Social profile details of the interactor 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.
messageByte String Signed message bytes coming from the Frames Signature Packet.
messageRaw Map Raw validated message details in JSON.