v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Staking

Get liquid staking current assets

/v4/data/staking/liquid/current-assets

100 credits per API call

Get liquid staked assets for a wallet address. Returns all liquid staking token balances held by the address from top pools (Lido, Rocket Pool, Marinade, Jito, etc.).

Supported blockchains:

  • Ethereum - ethereum-mainnet (stETH, wstETH, rETH, cbETH, WBETH, frxETH, sfrxETH, ankrETH, osETH, eETH, weETH, swETH, ETHx, rsETH, ezETH, uniETH, OETH, LsETH, mETH)
  • Solana - solana-mainnet (mSOL, JitoSOL, JSOL, bSOL, stSOL, JupSOL)

To get started:

  • Provide a chain and wallet address.
  • Response contains an array of liquid staking tokens with balance > 0.
  • Balance is human-readable for both chains (formatted by decimals).
get/v4/data/staking/liquid/current-assets

Query parameters

chain'solana-mainnet' | 'ethereum-mainnet' required
Example:ethereum-mainnet

The blockchain to work with.

addressstring required
Example:0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2

The blockchain wallet address (Solana base58 or Ethereum 0x-prefixed).

Response

OK

Example response

[
  {
    "protocol": "Lido",
    "symbol": "stETH",
    "underlying": "ETH",
    "contractAddress": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84",
    "balance": "1"
  }
]