X/Twitter ZK certificate (GIP-3)

X/Twitter Data

The following table list the X/Twitter data contained in a Galactica zkCert. These need to be collected and validated by the Guardian.

KeyDescriptionTechnical details

createdAt

The datetime that the user account was created on Twitter.

Timestamp in RFC-3339 format

id

Numerical twitter ID.

UTF-8 String. See an example and learn more here

followersCount

The number of followers this account currently has.

Whole number

followingCount

The number of users this account is following (AKA their β€œfollowings”).

Whole number

listedCount

The number of public lists that this user is a member of.

Whole number

tweetCount

The number of Tweets (including retweets) issued by the user.

Whole number

username

The screen name, handle, or alias that this user identifies themselves with.

Only latin letters, numbers or underscore are allowed. From 4 to 15 symbols. Case insensitive: before hashing it will be converted to lowercase. Lean more here

verified

When true, indicates that the user has a verified account.

Boolean

Last updated