A unique stringified document ID
Optional
_idA unique document ID (Mongo DB ObjectID)
The account number of the account. This is the account number registered on the BitBadges blockchain.
A list of transfer activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
The native address of the account
A list of address lists for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
airdroppedIndicates whether the account has claimed their airdrop.
Optional
aliasFor advanced cases where you want a custom address or account for a collection or list. We map it to an account.
Experimental - For example, if you want to send a badge to a collection, you can transfer it to the alias account.
A list of approvals tracker activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
approvedApproved ways to sign in
A list of user attestations for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
avatarThe avatar of the account.
Optional
balanceThe $BADGE balance of the account
Optional
bannerThe banner image URL of the account
The BitBadges address of the account
Optional
blueskyThe Bluesky username of the account
The Bitcoin address of the account
The chain of the account.
A list of merkle challenge activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
claimA list of claim activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
A list of claim alerts for the account. Paginated and fetched as needed. To be used in conjunction with views.
A list of badges that the account has collected. Paginated and fetched as needed. To be used in conjunction with views.
Optional
createdThe timestamp of when this account was created (milliseconds since epoch)
Optional
customThe custom links of the account
Optional
customThe custom pages of the account
Optional
discordThe Discord username of the account
Optional
embeddedEmbedded wallet address
The Eth address of the account
Optional
fetchedWhether we have already fetched the profile or not
Optional
githubThe GitHub username of the account
Optional
hiddenThe hidden badges of the account
Optional
hiddenThe hidden lists of the account
Optional
latestThe latest chain the user signed in with
A list of list activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
notificationsThe notifications of the account
Optional
nsfwIndicates whether the account is NSFW.
Optional
pointsA list of points activity items for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
profileThe profile picture URL of the account
The public key type of the account
The public key of the account
Optional
publicPublic social connections stored for the account
Optional
readmeThe readme of the account
Optional
reportedIndicates whether the account has been reported.
Optional
resolvedThe resolved name of the account (e.g. ENS name).
Optional
seenThe timestamp of the last activity seen for this account (milliseconds since epoch)
Optional
sequenceThe sequence of the account. This is the nonce for the blockchain for this account
A list of SIWBB requests for the account. Paginated and fetched as needed. To be used in conjunction with views.
Optional
socialSocial connections stored for the account
The Solana address of the account. Note: This may be empty if we do not have it yet. Solana -> BitBadges address conversions are one-way, and we cannot convert a BitBadges address to a Solana address without prior knowledge.
Optional
telegramThe Telegram username of the account
Optional
twitterThe Twitter username of the account
Optional
usernameThe username of the account
The views for this collection and their pagination Doc. Views will only include the doc _ids. Use the pagination to fetch more. For example, if you want to fetch the activity for a view, you would use the view's pagination to fetch the doc _ids, then use the corresponding activity array to find the matching docs.
Optional
watchlistsThe watched lists of the account's portfolio