Skip to content

Verifications API

Used to retrieve valid or revoked proof of ownership of an Ethereum Address.

API

Method NameRequest TypeResponse TypeDescription
GetVerificationVerificationRequestMessageReturns a VerificationAdd for an Ethereum Address
GetVerificationsByFidFidRequestMessagesResponseReturns all VerificationAdds made by an Fid
GetAllVerificationMessagesByFidFidTimestampRequestMessagesResponseReturns all Verifications made by an Fid with time filtering

Verification Request

FieldTypeLabelDescription
fiduint64Farcaster ID of the user who generated the Verification
addressbytesEthereum Address being verified

FidTimestampRequest

FieldTypeLabelDescription
fiduint64Farcaster ID
page_sizeuint32optionalNumber of results to return per page
page_tokenbytesoptionalToken for pagination
reversebooloptionalWhether to return results in reverse order
start_timestampuint64optionalOptional timestamp to start filtering from
stop_timestampuint64optionalOptional timestamp to stop filtering at