Skip to content

Message API

Used to validate and send a message to the Farcaster Hub. Valid messages are accepted and gossiped to other hubs in the network.

API

Method NameRequest TypeResponse TypeDescription
SubmitMessageMessageMessageSubmits a Message to the Hub
ValidateMessageMessageValidationResponseValidates a Message on the Hub without merging and gossiping

ValidationResponse

FieldTypeLabelDescription
validbooleanWhether the message is valid or not
messageMessageThe message being validated (same as request)