get https://api.tatum.io/v4/data/staking/native/current-assets
100 credits per API call
Get current staked assets for a Solana wallet address. This endpoint returns information about all stake accounts owned by the address, including their state, delegated amount, active amount, and associated validators.
Supported blockchains:
- Solana - solana-mainnet
To get started:
- Provide a chain and wallet address. The API will return all stake accounts owned by the address.
- Each stake account includes information such as stake address, validator address, delegated amount, active amount, and state (active, activating, deactivating, or inactive).
- Results are sorted by active amount in descending order (highest active stake first).