description |
---|
Learn all the detailed references of FarcasterValidateFrameMessage API that validates your Farcaster Frame with the Hubs, 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.
Name | Type | Description |
---|---|---|
messageBytes |
String |
Signed message bytes coming from the Frames Signature Packet. |
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. |