Get staking transactions

/v4/data/staking/native/transactions

100 credits per API call

Get staking-related transactions for a Solana stake account. This endpoint returns all transactions related to staking operations including create, stake, unstake, withdraw, and split transactions.

Supported blockchains:

  • Solana - solana-mainnet

To get started:

  • Provide a chain and stake address. The API will return all staking-related transactions for the stake account.
  • You can filter transactions by type using the type parameter. Valid types: create, stake, unstake, withdraw, split.
  • You can filter transactions by epoch range using epochFrom and epochTo parameters.
  • You can filter transactions by block range using blockFrom and blockTo parameters.
  • You can filter transactions by time range using timeFrom and timeTo parameters (ISO 8601 format).
  • You can filter transactions by unix timestamp range using unixFrom and unixTo parameters.
  • Important: You can only use one filter type at a time. Valid combinations: (epochFrom/epochTo), (blockFrom/blockTo), (timeFrom/timeTo), (unixFrom/unixTo). You cannot mix different types like epochFrom with blockTo.
  • Transactions are sorted by epoch in descending order (newest first).
Language
Credentials
Header
Click Try It! to start a request and see the response here!