API
Last updated
Last updated
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.
/v1/vaults
Retrieves information about all DeFi protocol integrations and their points distribution across different chains.
/v1/defi/protocols
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.
/v1/users/{user_address}
Ethereum address of the user (must be a valid Ethereum address)
0x1234567890123456789012345678901234567890
^0x[a-fA-F0-9]{40}$
Retrieves detailed information about a user's positions across all integrated DeFi protocols, including points earned, balances, and protocol-specific details.
/v1/defi/users/{user_address}
Ethereum address of the user (must be a valid Ethereum address)
0xDB611d682cb1ad72fcBACd944a8a6e2606a6d158
^0x[a-fA-F0-9]{40}$