User V1 vault position performance
Realized + unrealized earnings of a user's Morpho Vault V1 position. Uses the average_cost accounting method: per-user share-price differentials are accumulated against the running share balance, with transfers netted into the same balance so that earnings reflect the user's economic exposure rather than their on-chain transaction count. return_on_capital is the time-weighted ratio of net earnings to capital deployed over the holding period (non-annualised).
Vault selector example: 1:0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB (format: <chain_id>:<vault_address>; replace with the target vault).
Path Parameters
Position owner address. Example: 0xabcdefabcdefabcdefabcdefabcdefabcdefabcd.
addressSelector formatted as <chain_id>:<vault_address>. Example: 1:0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB.
<chain_id>:<vault_address>Response Body
application/json
curl -X GET "https://example.com/v0/vaults-v1/1:0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB/users/0xabcdefabcdefabcdefabcdefabcdefabcdefabcd/position/performance"{ "data": { "user_address": "0xABcdEFABcdEFabcdEfAbCdefabcdeFABcDEFabCD", "chain_id": 1, "vault_address": "0xBEEF01735c132Ada46AA9aA4c54623cAA92A64CB", "last_indexed_block": "25475347", "accounting_method": "average_cost", "net_earnings_assets": "0", "return_on_capital": null }}