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
Osmosis Fact Airdrops
Osmosis Fact Blocks Table
Osmosis Daily Balances
Osmosis Fact Governance Proposal Deposits
Osmosis Fact Governance Submit Proposal
Osmosis Fact Governance Votes
Osmosis Dim Labels
Osmosis Fact Liquidity Provider Actions
Osmosis Fact Msg Attributes Table
Osmosis Fact Msgs Table
Osmosis Dim Prices
Osmosis Fact Staking Rewards
Osmosis Fact Staking
Osmosis Fact Swaps
Osmosis Fact Transactions Table
Osmosis Fact Transfers
Osmosis Dim Vote Options
Osmosis Fact Superfluid Staking
Polygon Tables
Polygon 2.0 Tables
Solana Tables
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
Osmosis Fact Transfers
Table Schema
osmosis.fact_transactions
Field
Type
Field
block_id
integer
Unique sequential number that identifies the current block. Called "height" on block explorers.
block_timestamp
timestamp
The time the block began.
blockchain
string
Cross-chain identifier. In this table,
blockchain
will always be Osmosis.
chain_id
string
ID of the blockchain to connect to, i.e. Osmosis-1.
tx_id
string
A unique key that identifies a transaction. Called "TxHash" on block explorers.
tx_status
string
"SUCCEEDED" if the transaction went through, "FALSE" if the transaction failed.
transfer_type
string
The type of transfer that occurred (i.e. IBC transfer)
sender
string
The wallet address of the user that sent the transfer.
amount
integer
The quantity of cryptocurrency sent in the transfer.
currency
string
A string identifying the cryptocurrency sent in the transfer.
decimal
integer
Divide
amount
by POW(10, decimal) to get the actual amount.
receiver
string
The wallet address of the user that received the transfer.
Previous
Osmosis Fact Transactions Table
Next
Osmosis Dim Vote Options
Last modified
2mo ago
Copy link