Flipside Docs
Search…
What is Flipside?
Our Data
Data Updates
Data Model Overview
Tables
Crosschain tables
Arbitrum Tables
AAVE Tables
Avalanche Tables
Algorand Tables
Astroport Tables
BSC Tables
Compound Tables
Crosschain Tables
Ethereum Tables
Ethereum_Core Tables
Ethereum Maker DAO Tables
Ethereum_Sushi Tables
FLOW Tables
Gnosis Tables
NEAR Tables
Optimism Tables
Osmosis Tables
Polygon Tables
Polygon 2.0 Tables
Solana Tables
Solana Fact Blocks Table
Solana Fact Events Table
Solana Fact Gauges Votes
Solana Fact Gov Actions
Solana Fact Proposal Votes
Solana Dim Labels
Solana Dim NFT Metadata Table
Solana Fact NFT Mints
Solana Fact NFT Sales
Solana EZ Staking LP Actions
Solana Fact Staking/LP Actions
Solana Fact Swaps
Solana Fact Transactions Table
Solana Fact Transfers Table
Solana Fact Votes Block Agg
Solana Fact Proposal Votes Realms
Terra Tables
Terraswap Tables
THORChain Tables
Uniswap V3 Tables
Data Tutorials
Contribute to Flipside Data
Flipside App
Getting Started with the Flipside App
Parameterized Queries
Query Editor Shortcuts
ShroomDK (SDK)
🍄
Getting Started
🛠
SDKS
🔗
RestAPI
📄
Query Pagination
🛑
Rate Limits
Powered By
GitBook
Solana EZ Staking LP Actions
Table Schema
solana.ez_staking_lp_actions
Field
Type
Description
block_id
integer
Slot for which a block can be created.
block_timestamp
timestamp
The date and time at which the block began.
tx_id
string
A unique key that identifies a transaction.
succeeded
boolean
True when a transaction is successful, otherwise false.
index
integer
Location of the event within the instructions of a transaction.
event_type
string
The type of event (i.e. "delegate", "withdraw") that is occurring.
signers
array
List of accounts that signed the transaction.
stake_authority
string
The wallet address of the user who initialized the transaction.
withdraw_authority
string
The wallet address of the user that is withdrawing the stake.
stake_account
string
An account address containing balances of staked SOL that belongs to the stake authority.
stake_active
boolean
Whether or not the stake is actively staked with the validator.
pre tx staked balance
array
The amount of Solana belonging to the stake account before the transaction.
post tx staked balance
array
The amount of Solana belonging to the stake account after the transaction.
withdraw_amount
integer
The amount of Solana withdrawn from the stake account.
withdraw_destination
string
The wallet that the SOL is being withdrawn to.
vote_account
string
A voting account belonging to the validator.
node_pubkey
string
A unique key belonging to the validator node.
validator_rank
integer
The rank of the validator by amount of delegated SOL.
commission
integer
The percentage of staked earnings given to the validator.
validator_name
string
The name of the validator when available.
Previous
Solana Fact NFT Sales
Next
Solana Fact Staking/LP Actions
Last modified
1mo ago
Copy link