Get current staked assets

/v4/data/staking/native/current-assets

100 credits per API call

Get current staked assets for a wallet address. This endpoint returns information about all stake accounts/validators owned by the address, including their state, delegated amount, active amount, and associated validators.

Supported blockchains:

  • Solana - solana-mainnet
  • Ethereum - ethereum-mainnet

To get started:

  • Provide a chain and wallet address.
  • For Solana, response contains stakeAddresses with stake account data.
  • For Ethereum, response contains validators with validator index and validator pubkey.
  • Results are sorted by active amount in descending order (highest active stake first).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

The blockchain to work with.

Allowed:
string
required

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

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json