Wallets API

API endpoint designed to return information pertaining to wallets (which are Ethereum-based accounts).

Resources

Wallet Token Object

Represents a token that is associated with a particular wallet address.
Field
Type
Description
kudosTokenId
number
Kudos token identifier, same as the on-chain token ID.
headline
string
Headline of the Kudos token
assetUrl
string
The location of the Kudos NFT asset
createdAt
string
Date when the token was either minted or allowlisted, in ISO format.
claimStatus
string
Whether the token is claimed or unclaimed by the wallet in question. Options: [ claimed, unclaimed ] |
communityId
string
The unique identifier of the community that the Kudos token belongs to. Query for more info about the community in the /communities/:communityId endpoint.