MoxieFanTokens
Learn all the detailed references of MoxieFanTokens API that provide Fan Tokens information on the Moxie protocol, including the input filters and output fields.
The MoxieFanTokens
API helps you to fetch data regarding specific Fan Tokens on the Moxie protocol.
Inputs
filter
fanTokenAddress
String
Filter by the Fan Token contract address on Base.
fanTokenSymbol
String
Filter by the Fan Token symbol.
Depending on the Fan Token type, the symbols follow certain formats:
- User type: fid:<FID>
- Channel type: cid:<CHANNEL-ID>
- Network type: network:farcaster
uniqueHolders
String
Filter by the number of unique holder.
Outputs
fanTokenAddress
String
Fan Token contract address.
fanTokenName
String
Fan Token name.
fanTokenSymbol
String
Fan Token symbol.
totalSupply
Float
Total supply of the Fan Token.
tlv
Float
reserve for fan token.
uniqueHolders
Int
The number of unique Fan Token holders.
currentPrice
Float
Current price of the Fan Token in Moxie.
currentPriceInWei
Float
Current price of the Fan Token in Moxie (in wei, multiply 10^18).
totalUnlockedAmount
Float
total amount in moxie unlocked for this Fan Token across all the users.
totalLockedAmount
Float
total amount in moxie locked for this Fan Token across all the users.
socials
Nested Query â Social profile details of the subject if it's a user-type Fan Token
channel
Nested Query â Channle details of the subject if it's a channel-type Fan Token
lockedTvl
Float
total amount in moxie of a particular Fan Token locked across all the users.
unlockedTvl
Float
total amount in moxie of a particular Fan Token unlocked across all the users
Last updated