Core APIReference
/plume-assets
Get all Plume assets
curl -X GET "https://example.com/plume-assets"{ "data": [ { "vaultType": "boring", "category": "nestVault", "vaultAddress": "string", "nestShareOftAddress": "string", "nestVaults": [ { "nestVaultAddress": "string", "asset": "string", "chainAssets": [ { "chainId": 1, "assetAddress": "string" } ] } ], "nestComposers": [ { "asset": "string", "composerAddress": "string", "assetAddress": "string" } ], "accountantAddress": "string", "isHubAccountant": false, "nestAccountant": { "address": "string", "isHub": false, "chain": { "mainnet": { "startBlock": 0, "accountantType": "spoke" }, "base": { "startBlock": 0, "accountantType": "spoke" }, "plume": { "startBlock": 0, "accountantType": "spoke" }, "plasma": { "startBlock": 0, "accountantType": "spoke" }, "arbitrum": { "startBlock": 0, "accountantType": "spoke" }, "bsc": { "startBlock": 0, "accountantType": "spoke" }, "worldchain": { "startBlock": 0, "accountantType": "spoke" }, "avalanche": { "startBlock": 0, "accountantType": "spoke" } } }, "authorityAddress": "string", "tellerContractAddress": "string", "decimals": 0, "decimalsOverride": [ { "56": 18 } ], "chain": { "mainnet": { "startBlock": 0, "accountantType": "spoke" }, "base": { "startBlock": 0, "accountantType": "spoke" }, "plume": { "startBlock": 0, "accountantType": "spoke" }, "plasma": { "startBlock": 0, "accountantType": "spoke" }, "arbitrum": { "startBlock": 0, "accountantType": "spoke" }, "bsc": { "startBlock": 0, "accountantType": "spoke" }, "worldchain": { "startBlock": 0, "accountantType": "spoke" }, "avalanche": { "startBlock": 0, "accountantType": "spoke" } }, "solana": { "mintAddress": "string", "oftStoreAddress": "string", "composerAddress": "string", "decimals": 0, "startBlock": 0 }, "liquidAssets": [ { "contractAddress": "string", "symbol": "string", "iconUrl": "string", "decimals": 0, "price": 0, "chainId": 0, "minimumSourceRules": [ { "sourceChain": 1, "sourceParams": { "excludeWallets": [ "string" ] } } ] } ], "slug": "string", "name": "string", "symbol": "string", "icon": "string", "iconMini": "string", "targetComposition": [ { "slug": "string", "name": "string", "description": "string", "image": "string" } ], "tvl": 0, "tvl30DayChange": 0, "volume24h": 0, "apy": { "rolling7d": 0, "rolling30d": 0, "sec30d": 0 }, "tokenPrice": 0, "tokenPriceUpdatedAtEpoch": 0, "liquidFunds": 0, "liquidFundsRange": 0, "holders": 0, "tokenPriceUpdatedAt": "2019-08-24T14:15:22Z", "pendingRedemptions": 0, "pendingRedemptionsValue": 0, "shortfall": 0 } ]}