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.1230\"",
"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.1230\"",
"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
}
}
}The address of the vault.
"0xA8A3A5013104e093245164eA56588DBE10a3Eb48"
Successful response with token balances categorized by chain ID and token label.
Show child attributes
Show child attributes
The value of the strategy in base asset terms (inclusive of pending deposits and withdrawals).
The address of the token used in the strategy.
The amount of pending deposits in base asset terms.
The amount of pending withdrawals in base asset terms.
The number of decimals for the token.
The percentage of the total vault balance allocated to this token.
50