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
Name | Type | Description |
---|---|---|
|
| Filter by Fan Token contract address on Base. |
|
| Filter by Fan token symbol.
Depending on the Fan Token type, the symbols follow certain formats:
- User type: |
|
| Filter by user's FID. |
|
| Filter by user's wallet address. |
blockchain
For MoxieUserPortfolios API, it will return user's Fan Tokens portfolio, whether the Fan Tokens are staked or not, on the Base chain.
You just need to specify the input for the query to work.
Enum | Description |
---|---|
| - |
order
Name | Description |
---|---|
| |
| |
| Sort by the number of users following the Lens/Farcaster profile on Lens/Farcaster in ascending or descending order. |
| Sort by the number of users being followed by the Lens/Farcaster profile on Lens/Farcaster in ascending or descending order. |
| Sort by Lens/Farcaster profile creation block timestamp in ascending or descending order. |
| |
|
Outputs
Name | Type | Description |
---|---|---|
|
| FID of the holder |
| The vesting contract and beneficiary details related to the holder. | |
|
| total quantity of a particular Fan Token locked in Moxie Power staking contract by the FID. |
|
| total quantity of a particular Fan Token locked in Moxie Power staking contract by the FID formatted in wei. |
|
| total quantity of a particular Fan Token that is not staked by the FID. |
|
| total quantity of a particular Fan Token that is not staked by the FID formatted in wei. |
|
| total amount in moxie of a particular Fan Token locked in Moxie Power staking contract by the FID. |
|
| total amount in moxie of a particular Fan Token locked in Moxie Power staking contract by the FID formatted in wei. |
|
| total amount in moxie of a particular Fan Token that is not staked by the FID. |
|
| otal amount in moxie of a particular Fan Token that is not staked by the FID formatted in wei. |
|
| Fan token contract address. |
|
| Fan Token name. |
|
| Fan Token symbol. |
|
| Current price of Fan Token in terms of Moxie. |
|
| Current price of Fan Token in terms of Moxie formatted in wei. |
|
| The amount of Moxie that is deposited in to the bonding curve when a buy occured. |
|
| The amount of Moxie that is deposited in to the bonding curve when a buy occured formatted in wei. |
|
| total quantity of a particular Fan Token locked in Moxie Power staking contract in the Moxie protocol. |
|
| total quantity of a particular Fan Token locked in Moxie Power staking contract in the Moxie protocol formatted in wei. |
|
| total quantity of a particular Fan Token that is not staked in the Moxie protocol. |
|
| quantity of a particular Fan Token that is not staked in the Moxie protocol formatted in wei. |
|
| List of all wallet address. |
| List of holding of this Fan Token across different wallet address for by this FID. | |
| Nested Query â Social details for the FID who requesting portfolio details. | |
| Nested Query â Social details Fan token owner if it is a user Fan Token. | |
| Nested Query â Social details Fan token owner if it is a channel Fan Token. |
Last updated