Skip to main content
GET
/
staking
/
positions
/
summary
/
vaults
TypeScript
const response: Promise<FireblocksResponse<StakingGetSummaryByVaultResponse>> = fireblocks.staking.getSummaryByVault();
{
  "0": {
    "active": [
      {
        "chainDescriptor": "SOL",
        "amount": "0.015202376"
      }
    ],
    "inactive": [
      {
        "chainDescriptor": "SOL",
        "amount": "0"
      }
    ],
    "rewardsAmount": [
      {
        "chainDescriptor": "SOL",
        "amount": "0.000202376"
      }
    ],
    "totalStaked": [
      {
        "chainDescriptor": "SOL",
        "amount": "0.015202376"
      }
    ]
  },
  "1": {
    "active": [
      {
        "chainDescriptor": "ETH",
        "amount": "64.036604667"
      },
      {
        "chainDescriptor": "SOL",
        "amount": "0.011191566"
      }
    ],
    "inactive": [
      {
        "chainDescriptor": "ETH",
        "amount": "0"
      },
      {
        "chainDescriptor": "SOL",
        "amount": "0"
      }
    ],
    "rewardsAmount": [
      {
        "chainDescriptor": "ETH",
        "amount": "0.036604667"
      },
      {
        "chainDescriptor": "SOL",
        "amount": "0.000191566"
      }
    ],
    "totalStaked": [
      {
        "chainDescriptor": "ETH",
        "amount": "64.036604667"
      },
      {
        "chainDescriptor": "SOL",
        "amount": "0.011191566"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://fireblocks-43c4b3ee-chore-add-cli.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Per-vault summary returned successfully.

{key}
object