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

NameTypeDescription

messageBytes

String

Signed message bytes coming from the Frames Signature Packet.

Outputs

NameTypeDescription

castedBy

Nested Query – Social profile details of the caster of the Frames.

castedByFid

Int

FID of the caster of the Frames.

interactedBy

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.

Last updated