curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/underlying_strategies{
"1": {
"apxETH": {
"valueInBase": 1.023232424,
"pendingDeposits": 0,
"pendingWithdrawals": 0,
"tokenAddress": "0xTokenA",
"decimals": 18,
"allocationPercentage": 50
},
"ezETH": {
"valueInBase": 3000232.123,
"pendingDeposits": 123.2,
"pendingWithdrawals": 123.2,
"tokenAddress": "0xTokenB",
"decimals": 18,
"allocationPercentage": 20
}
},
"1923": {
"weETH": {
"valueInBase": 1.023232424,
"pendingDeposits": 0,
"pendingWithdrawals": 0,
"tokenAddress": "0xTokenC",
"decimals": 18,
"allocationPercentage": 30
}
}
}Returns the internal asset composition of the vault.
curl --request GET \
--url https://api.paxoslabs.com/v1/vaults/underlying_strategies{
"1": {
"apxETH": {
"valueInBase": 1.023232424,
"pendingDeposits": 0,
"pendingWithdrawals": 0,
"tokenAddress": "0xTokenA",
"decimals": 18,
"allocationPercentage": 50
},
"ezETH": {
"valueInBase": 3000232.123,
"pendingDeposits": 123.2,
"pendingWithdrawals": 123.2,
"tokenAddress": "0xTokenB",
"decimals": 18,
"allocationPercentage": 20
}
},
"1923": {
"weETH": {
"valueInBase": 1.023232424,
"pendingDeposits": 0,
"pendingWithdrawals": 0,
"tokenAddress": "0xTokenC",
"decimals": 18,
"allocationPercentage": 30
}
}
}