MoxieUserPortfolios

Learn all the detailed references of MoxieUserPortfolios API that provide Farcaster user's Fan Token portfolio on the Moxie protocol, including the input filters and output fields.

The MoxieUserPortfolios API helps you to fetch a Farcaster user's Moxie Fan Token portfolio.

Inputs

filter

NameTypeDescription

fanTokenAddress

String

Filter by Fan Token contract address on Base.

fanTokenSymbol

String

Filter by 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

fid

String

Filter by user's FID.

walletAddress

String

Filter by user's wallet address.

Outputs

NameTypeDescription

fid

String

FID of the holder

beneficiaryVestingAddress

[BeneficiaryVestingAddress]

FID of the caster of the Frames.

totalLockedAmount

Float

total quantity of a particular Fan Token locked by the FID.

totalUnlockedAmount

Float

total quantity of a particular Fan Token unlocked by the FID.

lockedTvl

Float

total amount in moxie of a particular Fan Token locked by the FID.

unlockedTvl

Float

total amount in moxie of a particular Fan Token unlocked by the FID.

fanTokenAddress

String

Fan token contract address.

fanTokenName

String

Fan Token name.

fanTokenSymbol

String

Fan Token symbol.

tokenLockedTvl

Float

total quantity of a particular Fan Token locked in the Moxie protocol.

tokenUnlockedTvl

Float

total quantity of a particular Fan Token unlocked in the Moxie protocol.

walletAddress

[String]

List of all wallet address.

walletFanTokens

[WalletFanToken]

List of holding of this Fan Token across different wallet address for by this FID.

holderSocial

Nested Query – Social details for the FID who requesting portfolio details.

fanTokenSocial

Nested Query – Social details Fan token owner if it is a user Fan Token.

fanTokenChannel

Nested Query – Social details Fan token owner if it is a channel Fan Token.

Last updated