Skip to content

Username Proofs API

Used to retrieve proofs of username ownership.

API

Method NameRequest TypeResponse TypeDescription
GetUsernameProofUsernameProofRequestUserNameProofGets username proof by name
GetUserNameProofsByFidFidRequestUsernameProofsResponseGets all username proofs for an FID

UsernameProofRequest

FieldTypeLabelDescription
namebytesUsername to get proof for

UsernameProofsResponse

FieldTypeLabelDescription
proofsUserNameProofrepeatedArray of username proofs

UserNameProof

FieldTypeLabelDescription
timestampuint64Timestamp of the proof
namebytesUsername being proved
ownerbytesOwner address
signaturebytesCryptographic signature
fiduint64Farcaster ID associated with the proof
typeUserNameTypeType of username proof