API
Retrieves comprehensive information about all available vaults in the Mellow Protocol ecosystem. Each vault represents a smart contract that manages liquidity across different DeFi protocols. The response includes vault configurations, associated tokens, current performance metrics, and operational parameters.
Successful response containing an array of all active vaults with their complete details
Unique identifier for the vault, typically combining the network and vault type
ethereum-dvstethThe blockchain network ID where the vault is deployed (e.g., 1 for Ethereum mainnet)
1The smart contract address of the vault on the blockchain
0x5E362eb2c0706Bd1d134689eC75176018385430BThe trading symbol of the vault's LP token, used for identification in interfaces
DVstETHThe number of decimal places used for the vault's LP token calculations and display
18Human-readable name of the vault that describes its purpose or strategy
Decentralized Validator VaultThe protocol layer or strategy type that the vault implements (e.g., lido_simple_dvt, symbiotic)
lido_simple_dvtAverage time in seconds it takes to process a withdrawal from the vault
345600The address of the fee collector contract that receives protocol fees from the vault
0x240Fbe0790D5B25366BF88EE14AE8Dde72BfE312Current price of the vault's LP token in terms of the base currency
3519.90723976Annual Percentage Rate (APR) representing the vault's yearly yield, can be null if not applicable
2.886142857142857Total Value Locked in the vault converted to USD, representing the total assets under management
24991702.73953098Total Value Locked expressed in the base token's smallest units (considering decimals)
7177311992681062422621Maximum USD value that can be deposited into the vault (deposit cap)
48398724.54674784Maximum amount of base tokens that can be deposited into the vault, expressed in smallest units
13899522963290482556503Total supply of the vault's LP tokens in circulation, expressed in smallest units
7100102655321765400668Successful response containing an array of all active vaults with their complete details
Retrieves information about all DeFi protocol integrations and their points distribution across different chains.
Successful response containing DeFi protocol integrations
The blockchain network ID where the protocol is integrated
The address of the vault contract
The address of the DeFi protocol contract
Points allocated in the Mellow protocol
Points allocated in the Symbiotic protocol
Points earned through referrals
Balance in the vault in smallest units
Name of the protocol integration
Protocol identifier
Unique identifier for the liquidity pool
URL to the protocol's interface
Boost multiplier for points earning
Successful response containing DeFi protocol integrations
Retrieves detailed information about a specific user's positions across all Mellow Protocol vaults. This includes their liquidity provisions, earned profits, and current holdings as a Liquidity Provider.
Ethereum address of the user (must be a valid Ethereum address)
0x1234567890123456789012345678901234567890Pattern: ^0x[a-fA-F0-9]{40}$Successful response containing user's positions across all vaults
The blockchain network ID where the vault is deployed
The Ethereum address of the user
Points earned by the user in the Mellow protocol
Points earned by the user in the Symbiotic protocol
Points earned by the user through referrals
User's balance in the vault in smallest units
Unix timestamp of when the data was last updated
The smart contract address of the vault
Internal server error
Retrieves detailed information about a user's positions across all integrated DeFi protocols, including points earned, balances, and protocol-specific details.
Ethereum address of the user (must be a valid Ethereum address)
0xDB611d682cb1ad72fcBACd944a8a6e2606a6d158Pattern: ^0x[a-fA-F0-9]{40}$Successful response containing user's positions in DeFi protocols
The blockchain network ID where the protocol is integrated
The address of the vault contract
The address of the DeFi protocol contract
Points earned in the Mellow protocol
Points earned in the Symbiotic protocol
Points earned through referrals
User's balance in the vault in smallest units
Unix timestamp of when the data was last updated
Name of the protocol integration
Protocol identifier (e.g., Uniswap v3, Pendle, Gearbox)
Unique identifier for the liquidity pool
URL to the protocol's interface for this position
Boost multiplier for points earning
Internal server error
Last updated