Skip to main content
GET
/
v1
/
vaults
/
underlying_strategies
Fetch the underlying backing assets for a 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
    }
  }
}

Query Parameters

vault_address
string
required

The address of the vault.

Example:

"0xA8A3A5013104e093245164eA56588DBE10a3Eb48"

Response

Successful response with token balances categorized by chain ID and token label.

{key}
object