GITBOOK-488: New user education flow (studio) + Carlos developer updates

This commit is contained in:
Aaron Ahmadi 2023-12-06 16:57:07 +00:00 committed by gitbook-bot
parent 9763befae4
commit bc93f14b30
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
279 changed files with 604 additions and 369 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -8,26 +8,33 @@ description: >-
### Getting Started
🌲 **Flipside Data Studio**: [flipsidecrypto.xyz](http://www.flipsidecrypto.xyz/)\
Analyze blockchain data, visualize it, and share a dashboard instantly. \
Ideal for: data exploration, analytical storytelling, comprehensive dashboard-building.\
🌲 [**Data Studio**](https://flipsidecrypto.xyz/)\
Analyze blockchain data with Snowflake SQL, create visualizations, and show off your insights with dashboards linked to your (or your team's) profile. \
\
🍄 **Flipside API**: [flipsidecrypto.xyz/account/api-keys](https://flipsidecrypto.xyz/account/api-keys)\
Skip the app, and submit queries directly from your dev or data science environment.\
Ideal for: building a custom analytics app, constructing a trading model, or using Flipside data in R or Python for data science work.\
**Ideal for analysts:** Exploratory Data Analysis (EDA), growing your [analyst brand](https://flipsidecrypto.xyz/discover/analysts), building in public.
\
❄️ **Flipside Shares** (via Snowflake): [data.flipsidecrypto.xyz](https://data.flipsidecrypto.xyz/)\
Want Flipside's entire database in your stack? We can do that. Just [reach out](https://data.flipsidecrypto.xyz/). \
Ideal for: teams that rely on blockchain data to operate, understand their users, or make applications more web3-connected.
[🛠️](https://emojipedia.org/hammer-and-wrench) [**AP**](https://flipsidecrypto.xyz/account/api-keys)[**I & SDK**](https://flipsidecrypto.xyz/settings/api-keys)\
Generate an API key to submit queries directly from your dev or data science environment.\
\
**Ideal for builders:** Models, forecasts, or custom apps built in R, Python, React, or similar.
\
❄️ [**Flipside Pro**](https://data.flipsidecrypto.com) (via Snowflake)\
Want Flipside's entire database in your stack? We can do that. Just [reach out](https://data.flipsidecrypto.xyz/).\
\
**Ideal for scaling a business with data:** Teams needing dedicated compute, companies using AWS/GCP, protocols providing embedded analytics on their sites/apps.
### Important Things to Know
* All our data is accessible via SQL queries, and you'll use the [Snowflake SQL](our-data/using-snowflake-sql.md) dialect to access it.
* Our core app is brand new (launched Feb 2023) and some [documentation](our-app/getting-started/getting-around-the-app/) is available — we're actively building this out, including both text and video content — if you have questions that aren't answered here, please reach out in [Discord](https://discord.gg/ZmU3jQuu6W).
* Our data structures are and designed for ease of use and efficient querying, and are [extensively documented](our-data/data-table-documentation.md). We regularly update our data structures to optimize efficiency.
* All our data is accessible via SQL queries, and you'll use the [Snowflake SQL](data-methodology/using-snowflake-sql.md) dialect to access it.
* Our core app is brand new (launched Feb 2023) and some [documentation](sql-studio-analysts/getting-around-the-app/) is available — we're actively building this out, including both text and video content — if you have questions that aren't answered here, please reach out in [Discord](https://discord.gg/ZmU3jQuu6W).
* Our data structures are and designed for ease of use and efficient querying, and are [extensively documented](data-methodology/data-table-documentation.md). We regularly update our data structures to optimize efficiency.
* Latency varies from table to table, but typically lags either 1 hour or 1 day at most, find the most up-to-date view on latency on [this dashboard](https://flipsidecrypto.xyz/flipsidecrypto/flipside-data-latency-49ZITn)!
* If you run into difficulty getting your queries to run, we provide [a guide for efficient query writing](our-data/writing-efficient-queries.md). Need more assistance? Get help anytime in our [Discord](https://discord.gg/ZmU3jQuu6W).
* Learn more about [contract decoding](our-data/contract-decoding-and-abis.md), and adding ABIs.
* If you run into difficulty getting your queries to run, we provide [a guide for efficient query writing](data-methodology/writing-efficient-queries.md). Need more assistance? Get help anytime in our [Discord](https://discord.gg/ZmU3jQuu6W).
* Learn more about [contract decoding](data-methodology/contract-decoding-and-abis.md), and adding ABIs.
### What blockchains and projects does Flipside have data on?
@ -35,4 +42,4 @@ If it happens on-chain, we've got it. 
Data includes core tables (blocks, events, transactions) for every chain, with added 'easy' tables (swaps, prices, etc.) and project-specific tables modeled by the Flipside community.
See our [Data Table Documentation](our-data/data-table-documentation.md) for a current list of supported chains. Dont see the chain youre looking for? We add new chains regularly, but you can drop a request in our [Discord](https://discord.gg/ZmU3jQuu6W) anytime.
See our [Data Table Documentation](data-methodology/data-table-documentation.md) for a current list of supported chains. Dont see the chain youre looking for? We add new chains regularly, but you can drop a request in our [Discord](https://discord.gg/ZmU3jQuu6W) anytime.

View File

@ -1,267 +1,53 @@
# Table of contents
* [Welcome to Flipside!](README.md)
* [Snowflake Data Shares](snowflake-data-shares.md)
* [Choose your Flipside tier](choose-your-flipside-tier/README.md)
* [Free](choose-your-flipside-tier/free.md)
* [Pro](choose-your-flipside-tier/pro.md)
## Our App
## SQL Studio (Analysts)
* [Getting Started](our-app/getting-started/README.md)
* [Customizing your Studio](our-app/getting-started/customizing-your-studio.md)
* [Getting Around the App](our-app/getting-started/getting-around-the-app/README.md)
* [Discover](our-app/getting-started/getting-around-the-app/discover.md)
* [My Work](our-app/getting-started/getting-around-the-app/my-work.md)
* [Query Editor](our-app/getting-started/getting-around-the-app/query-editor.md)
* [Dashboard Editor](our-app/getting-started/getting-around-the-app/dashboard-editor.md)
* [Profiles](our-app/getting-started/getting-around-the-app/profiles.md)
* [🤝 Teams](our-app/teams.md)
* [Keyboard Shortcuts](our-app/keyboard-shortcuts.md)
* [Markdown Reference](our-app/markdown-reference.md)
* [Analyst Rewards](our-app/analyst-rewards/README.md)
* [✨Top 30✨ Dashboard Rewards](our-app/analyst-rewards/top-30-dashboard-rewards.md)
* [✨Top 8✨ Dashboard Rewards](our-app/analyst-rewards/top-8-dashboard-rewards.md)
* [Tax Center](our-app/analyst-rewards/tax-center.md)
* [👇 Start here](sql-studio-analysts/getting-started/README.md)
* [✅ Customize your Studio](sql-studio-analysts/getting-started/customize-your-studio.md)
* [📊 Browse dashboards](sql-studio-analysts/getting-started/browse-dashboards.md)
* [🔎 Explore the database](sql-studio-analysts/getting-started/explore-the-database.md)
* [✍️ Write/fork your first query](sql-studio-analysts/getting-started/write-fork-your-first-query.md)
* [📈 Build a dashboard](sql-studio-analysts/getting-started/dashboard-editor.md)
* [🤝 Teams](sql-studio-analysts/teams.md)
* [💰 Earn with Flipside](sql-studio-analysts/analyst-rewards/README.md)
* [✨Top 30✨ Dashboard Rewards](sql-studio-analysts/analyst-rewards/top-30-dashboard-rewards.md)
* [✨Top 8✨ Dashboard Rewards](sql-studio-analysts/analyst-rewards/top-8-dashboard-rewards.md)
* [Tax Center](sql-studio-analysts/analyst-rewards/tax-center.md)
* [🚗 Advanced app tour](sql-studio-analysts/getting-around-the-app/README.md)
* [Discover](sql-studio-analysts/getting-around-the-app/discover.md)
* [My Work](sql-studio-analysts/getting-around-the-app/my-work.md)
* [Query Editor](sql-studio-analysts/getting-around-the-app/query-editor.md)
* [Profiles](sql-studio-analysts/getting-around-the-app/profiles.md)
* [Keyboard Shortcuts](sql-studio-analysts/getting-around-the-app/keyboard-shortcuts.md)
* [Markdown Reference](sql-studio-analysts/getting-around-the-app/markdown-reference.md)
## Our Data
## API/SDK (Developers)
* [Data Table Documentation](our-data/data-table-documentation.md)
* [Using Snowflake SQL](our-data/using-snowflake-sql.md)
* [Writing Efficient Queries](our-data/writing-efficient-queries.md)
* [Data Modeling Approach](our-data/data-models.md)
* [Contract Decoding & ABIs](our-data/contract-decoding-and-abis.md)
* [Labels](our-data/labels/README.md)
* [Centralized Exchange Label Type](our-data/labels/cex-label-type.md)
* [Decentralized Exchange Label Type](our-data/labels/dex-label-type.md)
* [Operator Label Type](our-data/labels/operator-label-type.md)
* [Chain Admin Label Type](our-data/labels/chadmin-label-type.md)
* [Decentralized Finance Label Type](our-data/labels/defi-label-type.md)
* [NonFungible Tokens Label Type](our-data/labels/nft-label-type.md)
* [Games Label Type](our-data/labels/games-label-type.md)
* [Bridge Label Type](our-data/labels/layer2-label-type.md)
* [Decentralized Applications Label Type](our-data/labels/other-label-type.md)
* [Token Label Type](our-data/labels/token-label-type.md)
* [Flotsam Label Type](our-data/labels/flotsam-label-type.md)
* [Tags](our-data/featured-tags-and-sql-examples/README.md)
* [How to Add Your Own Tags](our-data/featured-tags-and-sql-examples/how-to-add-your-own-tags.md)
* [Tutorials](our-data/tutorials/README.md)
* [Incremental Table Pattern](our-data/tutorials/incremental-table-pattern.md)
* [Video Tutorials](our-data/tutorials-1/README.md)
* [Overview of Schemas & Tables](our-data/tutorials-1/overview-of-schemas-and-tables.md)
* [Ethereum Tutorials](our-data/tutorials-1/ethereum-tutorials/README.md)
* [Getting Started with Ethereum Events](our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md)
* [Getting Started with Ethereum ERC20 Balances](our-data/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md)
* [Using Labels to Break Down Token Supply](our-data/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md)
* [Finding Centralized Exchange Deposits and Withdrawals](our-data/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md)
* [Solana Tutorials](our-data/tutorials-1/solana-tutorials/README.md)
* [Solana Schema & Tables: Video Walkthrough](our-data/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md)
* [Solana Specialty Tables: Video Walkthrough](our-data/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md)
* [Exploring Transactions in solana.events](our-data/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md)
* [THORChain Tutorials](our-data/tutorials-1/thorchain-tutorials/README.md)
* [THORChain Schema & Tables](our-data/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md)
* [Calculating IL for THORChain](our-data/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md)
* [MakerDAO Tutorials](our-data/tutorials-1/getting-started-with-dai-events.md)
* [Hex-to-Integer Function](our-data/hex-to-integer-function.md)
* [Archive](our-data/archive/README.md)
* [Data Updates](our-data/archive/data-updates.md)
* [Legacy Table Documentation](our-data/archive/tables/README.md)
* [AAVE Tables](our-data/archive/tables/aave-tables/README.md)
* [Market Stats](our-data/archive/tables/aave-tables/market-stats.md)
* [Votes](our-data/archive/tables/aave-tables/votes.md)
* [Proposals](our-data/archive/tables/aave-tables/proposals.md)
* [Deposits](our-data/archive/tables/aave-tables/deposits.md)
* [Liquidations](our-data/archive/tables/aave-tables/liquidations.md)
* [Borrows](our-data/archive/tables/aave-tables/borrows.md)
* [Repayments](our-data/archive/tables/aave-tables/repayments.md)
* [Flashloans](our-data/archive/tables/aave-tables/flashloans.md)
* [Withdraws](our-data/archive/tables/aave-tables/withdraws.md)
* [Algorand Tables](our-data/archive/tables/algorand-tables/README.md)
* [Algorand Base Tables](our-data/archive/tables/algorand-tables/algorand-base-tables/README.md)
* [Account](our-data/archive/tables/algorand-tables/algorand-base-tables/account.md)
* [Account App](our-data/archive/tables/algorand-tables/algorand-base-tables/account-app.md)
* [Account Asset](our-data/archive/tables/algorand-tables/algorand-base-tables/account-asset.md)
* [App](our-data/archive/tables/algorand-tables/algorand-base-tables/app.md)
* [Application Call Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md)
* [Asset](our-data/archive/tables/algorand-tables/algorand-base-tables/asset.md)
* [Asset Configuration Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md)
* [Asset Freeze Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md)
* [Asset Transfer Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md)
* [Block](our-data/archive/tables/algorand-tables/algorand-base-tables/block.md)
* [Key Registration Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md)
* [Payment Transaction](our-data/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md)
* [Transactions](our-data/archive/tables/algorand-tables/algorand-base-tables/transactions.md)
* [Transfers](our-data/archive/tables/algorand-tables/algorand-base-tables/transfers.md)
* [Swaps](our-data/archive/tables/algorand-tables/algorand-base-tables/swaps.md)
* [Transactions Participation](our-data/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md)
* [Prices Swap](our-data/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md)
* [Prices Pool Balances](our-data/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md)
* [Daily Balances](our-data/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md)
* [Core Tables](our-data/archive/tables/algorand-tables/core-tables.md)
* [Arbitrum Tables](our-data/archive/tables/arbitrum-tables.md)
* [Astroport Tables](our-data/archive/tables/astroport-tables/README.md)
* [Astroport Pool Reserves](our-data/archive/tables/astroport-tables/lp-actions.md)
* [Astroport Swaps](our-data/archive/tables/astroport-tables/swap.md)
* [Avalanche Tables](our-data/archive/tables/avalanche-tables.md)
* [Axelar Tables](our-data/archive/tables/axelar-tables.md)
* [BSC Tables](our-data/archive/tables/bsc-tables.md)
* [Compound Tables](our-data/archive/tables/compound-tables/README.md)
* [Repayments](our-data/archive/tables/compound-tables/repayments.md)
* [Redemptions](our-data/archive/tables/compound-tables/redemptions.md)
* [Deposits](our-data/archive/tables/compound-tables/mints.md)
* [Liquidations](our-data/archive/tables/compound-tables/liquidations.md)
* [Borrows](our-data/archive/tables/compound-tables/borrows.md)
* [Market Stats](our-data/archive/tables/compound-tables/market-stats.md)
* [Cosmos Tables](our-data/archive/tables/cosmos-tables.md)
* [Crosschain Tables](our-data/archive/tables/crosschain-tables/README.md)
* [Fact Hourly Prices](our-data/archive/tables/crosschain-tables/fact-hourly-prices.md)
* [Dim Asset Metadata](our-data/archive/tables/crosschain-tables/dim-asset-metadata.md)
* [Dim Dates](our-data/archive/tables/crosschain-tables/dim-dates.md)
* [Dim Date Hours](our-data/archive/tables/crosschain-tables/dim-date-hours.md)
* [Crosschain Address Labels](our-data/archive/tables/crosschain-tables/crosschain-address-labels.md)
* [Crosschain Address Tags](our-data/archive/tables/crosschain-tables/crosschain-address-tags.md)
* [Ethereum Tables](our-data/archive/tables/ethereum-tables.md)
* [Ethereum Beacon Chain Tables](our-data/archive/tables/ethereum-beacon-chain-tables.md)
* [Ethereum Beta Tables](our-data/archive/tables/ethereum-beta-tables.md)
* [Ethereum Chainlink Tables](our-data/archive/tables/ethereum-chainlink-tables.md)
* [Ethereum Maker DAO Tables](our-data/archive/tables/ethereum-maker-dao-tables.md)
* [Ethereum Sushi Tables](our-data/archive/tables/ethereum-sushi-tables.md)
* [FLOW Tables](our-data/archive/tables/flow-tables/README.md)
* [Blocks](our-data/archive/tables/flow-tables/blocks.md)
* [Bridge Transactions](our-data/archive/tables/flow-tables/bridge-transactions.md)
* [Contract Labels](our-data/archive/tables/flow-tables/contract-labels.md)
* [Events](our-data/archive/tables/flow-tables/events.md)
* [Moment Metadata](our-data/archive/tables/flow-tables/moment-metadata.md)
* [NFT Sales](our-data/archive/tables/flow-tables/nft-sales.md)
* [Prices](our-data/archive/tables/flow-tables/prices.md)
* [Swaps](our-data/archive/tables/flow-tables/swaps.md)
* [Token Transfers](our-data/archive/tables/flow-tables/token-transfers.md)
* [TopShot Metadata](our-data/archive/tables/flow-tables/topshot-metadata.md)
* [Transactions](our-data/archive/tables/flow-tables/transactions.md)
* [Validator Labels](our-data/archive/tables/flow-tables/validator-labels.md)
* [Gnosis Tables](our-data/archive/tables/gnosis-tables.md)
* [NEAR Tables](our-data/archive/tables/near-tables.md)
* [Optimism Tables](our-data/archive/tables/optimism-tables.md)
* [Osmosis Tables](our-data/archive/tables/osmosis-tables/README.md)
* [Osmosis Fact Airdrops](our-data/archive/tables/osmosis-tables/osmosis-fact-airdrops.md)
* [Osmosis Fact Blocks Table](our-data/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md)
* [Osmosis Daily Balances](our-data/archive/tables/osmosis-tables/osmosis-daily-balances.md)
* [Osmosis Fact Governance Proposal Deposits](our-data/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md)
* [Osmosis Fact Governance Submit Proposal](our-data/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md)
* [Osmosis Fact Governance Votes](our-data/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md)
* [Osmosis Dim Labels](our-data/archive/tables/osmosis-tables/osmosis-dim-labels.md)
* [Osmosis Dim Liquidity Pools](our-data/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md)
* [Osmosis Fact Liquidity Provider Actions](our-data/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md)
* [Osmosis Fact Msg Attributes Table](our-data/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md)
* [Osmosis Fact Msgs Table](our-data/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md)
* [Osmosis Dim Prices](our-data/archive/tables/osmosis-tables/osmosis-dim-prices.md)
* [Osmosis Fact Staking Rewards](our-data/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md)
* [Osmosis Fact Staking](our-data/archive/tables/osmosis-tables/osmosis-fact-staking.md)
* [Osmosis Fact Superfluid Staking](our-data/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md)
* [Osmosis Fact Swaps](our-data/archive/tables/osmosis-tables/osmosis-fact-swaps.md)
* [Osmosis Dim Tokens](our-data/archive/tables/osmosis-tables/osmosis-dim-tokens.md)
* [Osmosis Fact Transactions Table](our-data/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md)
* [Osmosis Fact Transfers](our-data/archive/tables/osmosis-tables/osmosis-fact-transfers.md)
* [Osmosis Fact Validators](our-data/archive/tables/osmosis-tables/osmosis-fact-validators.md)
* [Osmosis Dim Vote Options](our-data/archive/tables/osmosis-tables/osmosis-dim-vote-options.md)
* [Osmosis EZ Prices](our-data/archive/tables/osmosis-tables/osmosis-ez-prices.md)
* [Osmosis EZ ICNS](our-data/archive/tables/osmosis-tables/osmosis-ez-icns.md)
* [Polygon Tables](our-data/archive/tables/polygon-tables/README.md)
* [Polygon Events Emitted](our-data/archive/tables/polygon-tables/polygon-events-emitted.md)
* [Polygon Transactions](our-data/archive/tables/polygon-tables/polygon-transactions.md)
* [Polygon UDM Events](our-data/archive/tables/polygon-tables/polygon-udm-events.md)
* [Position Collected Fees](our-data/archive/tables/polygon-tables/position-collected-fees.md)
* [Swaps](our-data/archive/tables/polygon-tables/swaps.md)
* [V3 Resources](our-data/archive/tables/polygon-tables/v3-resources.md)
* [Polygon 2.0 Tables](our-data/archive/tables/polygon-2.0-tables.md)
* [Solana Tables](our-data/archive/tables/solana-tables.md)
* [Terra Tables](our-data/archive/tables/terra-tables/README.md)
* [Terra Raw Tables](our-data/archive/tables/terra-tables/terra-raw-tables/README.md)
* [Blocks](our-data/archive/tables/terra-tables/terra-raw-tables/blocks.md)
* [Msgs](our-data/archive/tables/terra-tables/terra-raw-tables/msgs.md)
* [Msg\_events](our-data/archive/tables/terra-tables/terra-raw-tables/msg\_events.md)
* [Transactions](our-data/archive/tables/terra-tables/terra-raw-tables/transactions.md)
* [Transitions](our-data/archive/tables/terra-tables/terra-raw-tables/transitions.md)
* [Terra Base Tables](our-data/archive/tables/terra-tables/terra-base-tables/README.md)
* [Validator Labels](our-data/archive/tables/terra-tables/terra-base-tables/validator-labels.md)
* [Labels](our-data/archive/tables/terra-tables/terra-base-tables/labels.md)
* [Oracle Prices](our-data/archive/tables/terra-tables/terra-base-tables/oracle-prices.md)
* [Tax Rate](our-data/archive/tables/terra-tables/terra-base-tables/tax-rate.md)
* [Daily Balances](our-data/archive/tables/terra-tables/terra-base-tables/daily-balances.md)
* [Swaps](our-data/archive/tables/terra-tables/terra-base-tables/swap.md)
* [Staking](our-data/archive/tables/terra-tables/terra-base-tables/staking.md)
* [Reward](our-data/archive/tables/terra-tables/terra-base-tables/rewards.md)
* [Transfer Events](our-data/archive/tables/terra-tables/terra-base-tables/transfer-events.md)
* [Event Actions](our-data/archive/tables/terra-tables/terra-base-tables/event-actions.md)
* [Terraswap Tables](our-data/archive/tables/terraswap-tables/README.md)
* [Terraswap LP Actions](our-data/archive/tables/terraswap-tables/lp-actions.md)
* [Terraswap Pool Reserves](our-data/archive/tables/terraswap-tables/lp-actions-1.md)
* [Terraswap Swaps](our-data/archive/tables/terraswap-tables/swap.md)
* [THORChain Tables](our-data/archive/tables/thorchain-tables/README.md)
* [THORChain Raw Table](our-data/archive/tables/thorchain-tables/thorchain-raw-table/README.md)
* [Active Vault Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md)
* [Inactive Vault Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md)
* [Add events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md)
* [Block Pool Depths](our-data/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md)
* [Bond Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md)
* [Fee Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md)
* [Gas Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md)
* [Message Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md)
* [New Node Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md)
* [Pending Liquidity Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md)
* [Pool Balance Change Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md)
* [Pool Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md)
* [Refund Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md)
* [Reserve Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md)
* [Rewards Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md)
* [Rewards Event Entries](our-data/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md)
* [Swap Events](our-data/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md)
* [THORChain Base Table](our-data/archive/tables/thorchain-tables/thorchain-base-table/README.md)
* [Block Rewards](our-data/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md)
* [Bond Actions](our-data/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md)
* [Daily Earnings](our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md)
* [Daily Pool Stats](our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md)
* [Daily TVL](our-data/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md)
* [Prices](our-data/archive/tables/thorchain-tables/thorchain-base-table/prices.md)
* [Swaps](our-data/archive/tables/thorchain-tables/thorchain-base-table/swaps.md)
* [Liquidity Actions](our-data/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md)
* [Pool Block Balances](our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md)
* [Pool Block Fees](our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md)
* [Pool Block Statistics](our-data/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md)
* [Total Block Rewards](our-data/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md)
* [Total Value Locked](our-data/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md)
* [Transfers](our-data/archive/tables/thorchain-tables/thorchain-base-table/transfers.md)
* [Upgrades](our-data/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md)
* [Thorchain Core Tables](our-data/archive/tables/thorchain-tables/thorchain-core-tables.md)
* [Uniswap V3 Tables](our-data/archive/tables/uniswap-v3-tables/README.md)
* [Pools](our-data/archive/tables/uniswap-v3-tables/pools.md)
* [Pool Stats](our-data/archive/tables/uniswap-v3-tables/pool-stats.md)
* [Positions](our-data/archive/tables/uniswap-v3-tables/positions.md)
* [LP Actions](our-data/archive/tables/uniswap-v3-tables/lp-actions.md)
* [Algorand Tutorials](our-data/archive/algorand-tutorials.md)
* [Misc](our-data/misc/README.md)
* [Data Roadmap](our-data/misc/data-roadmap.md)
* [Table Freshness Targets](our-data/misc/table-freshness-targets.md)
## Flipside API
* [Get Started](flipside-api/getting-started.md)
* [Concepts & Examples](flipside-api/get-started/README.md)
* [Run Your First Query](flipside-api/key-concepts/run-your-first-query.md)
* [Query Results](flipside-api/key-concepts/query-results.md)
* [Pagination](flipside-api/key-concepts/pagination.md)
* [Sorting](flipside-api/key-concepts/sorting.md)
* [Filtering](flipside-api/key-concepts/filtering.md)
* [Query Seconds](flipside-api/key-concepts/query-seconds.md)
* [Caching (maxAgeMinutes)](flipside-api/key-concepts/caching-maxageminutes.md)
* [Rate Limits](flipside-api/get-started/rate-limits.md)
* [Errors](flipside-api/key-concepts/errors.md)
* [More Examples](flipside-api/templates-and-walkthroughs.md)
* [Archive](flipside-api/get-started/archive/README.md)
* [\[ARCHIVED\] JS/TS SDK](flipside-api/get-started/js-ts-sdk.md)
* [\[LEGACY\] R](flipside-api/get-started/archive/r.md)
* [API (JSON RPC)](flipside-api/get-started/rest-api.md)
* [SDKs](flipside-api/sdks.md)
* [Community Showcase](flipside-api/community-showcase.md)
* [ShroomDK Migration Guide](flipside-api/shroomdk-migration-guide.md)
* [Have Questions?](flipside-api/have-questions.md)
* [Your first API call in < 2 min](api-sdk-developers/getting-started.md)
* [JSON RPC methods](api-sdk-developers/rest-api.md)
* [SDK in depth](api-sdk-developers/get-started/README.md)
* [Run Your First Query](api-sdk-developers/get-started/run-your-first-query.md)
* [Query Results](api-sdk-developers/get-started/query-results.md)
* [Pagination](api-sdk-developers/get-started/pagination.md)
* [Sorting](api-sdk-developers/get-started/sorting.md)
* [Filtering](api-sdk-developers/get-started/filtering.md)
* [Query Seconds](api-sdk-developers/get-started/query-seconds.md)
* [Caching (maxAgeMinutes)](api-sdk-developers/get-started/caching-maxageminutes.md)
* [Rate Limits](api-sdk-developers/get-started/rate-limits.md)
* [Errors](api-sdk-developers/get-started/errors.md)
* [More Examples](api-sdk-developers/get-started/templates-and-walkthroughs.md)
* [Archive](api-sdk-developers/get-started/archive/README.md)
* [\[ARCHIVED\] JS/TS SDK](api-sdk-developers/get-started/archive/js-ts-sdk.md)
* [ShroomDK Migration Guide](api-sdk-developers/get-started/archive/shroomdk-migration-guide.md)
* [\[LEGACY\] R](api-sdk-developers/get-started/archive/r.md)
* [Python/R templates (video tutorials)](api-sdk-developers/python-r-templates-video-tutorials.md)
* [Community Showcase](api-sdk-developers/community-showcase.md)
* [Have Questions?](api-sdk-developers/have-questions.md)
## Live Query
@ -283,7 +69,226 @@
* [💡 EVM Logs Decoder](live-query/examples/utility-functions/evm-logs-decoder.md)
* [💡 Keccak256 Encoder](live-query/examples/utility-functions/keccak256-encoder.md)
## Contribute to Our Data <a href="#contribute" id="contribute"></a>
## Data methodology
* [DBT docs by chain](data-methodology/data-table-documentation.md)
* [Using Snowflake SQL](data-methodology/using-snowflake-sql.md)
* [Writing Efficient Queries](data-methodology/writing-efficient-queries.md)
* [Data Modeling Approach](data-methodology/data-models.md)
* [Contract Decoding & ABIs](data-methodology/contract-decoding-and-abis.md)
* [Labels](data-methodology/labels/README.md)
* [Centralized Exchange Label Type](data-methodology/labels/cex-label-type.md)
* [Decentralized Exchange Label Type](data-methodology/labels/dex-label-type.md)
* [Operator Label Type](data-methodology/labels/operator-label-type.md)
* [Chain Admin Label Type](data-methodology/labels/chadmin-label-type.md)
* [Decentralized Finance Label Type](data-methodology/labels/defi-label-type.md)
* [NonFungible Tokens Label Type](data-methodology/labels/nft-label-type.md)
* [Games Label Type](data-methodology/labels/games-label-type.md)
* [Bridge Label Type](data-methodology/labels/layer2-label-type.md)
* [Decentralized Applications Label Type](data-methodology/labels/other-label-type.md)
* [Token Label Type](data-methodology/labels/token-label-type.md)
* [Flotsam Label Type](data-methodology/labels/flotsam-label-type.md)
* [Tags](data-methodology/featured-tags-and-sql-examples/README.md)
* [How to Add Your Own Tags](data-methodology/featured-tags-and-sql-examples/how-to-add-your-own-tags.md)
* [Tutorials](data-methodology/tutorials/README.md)
* [Incremental Table Pattern](data-methodology/tutorials/incremental-table-pattern.md)
* [Video Tutorials](data-methodology/tutorials-1/README.md)
* [Overview of Schemas & Tables](data-methodology/tutorials-1/overview-of-schemas-and-tables.md)
* [Ethereum Tutorials](data-methodology/tutorials-1/ethereum-tutorials/README.md)
* [Getting Started with Ethereum Events](data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-events.md)
* [Getting Started with Ethereum ERC20 Balances](data-methodology/tutorials-1/ethereum-tutorials/getting-started-with-ethereum-erc20-balances.md)
* [Using Labels to Break Down Token Supply](data-methodology/tutorials-1/ethereum-tutorials/using-labels-to-break-down-token-supply.md)
* [Finding Centralized Exchange Deposits and Withdrawals](data-methodology/tutorials-1/ethereum-tutorials/finding-centralized-exchange-deposits-and-withdrawals.md)
* [Solana Tutorials](data-methodology/tutorials-1/solana-tutorials/README.md)
* [Solana Schema & Tables: Video Walkthrough](data-methodology/tutorials-1/solana-tutorials/solana-schema-and-tables-video-walkthrough.md)
* [Solana Specialty Tables: Video Walkthrough](data-methodology/tutorials-1/solana-tutorials/solana-specialty-tables-video-walkthrough.md)
* [Exploring Transactions in solana.events](data-methodology/tutorials-1/solana-tutorials/exploring-transactions-in-solana.events.md)
* [THORChain Tutorials](data-methodology/tutorials-1/thorchain-tutorials/README.md)
* [THORChain Schema & Tables](data-methodology/tutorials-1/thorchain-tutorials/thorchain-schema-and-tables.md)
* [Calculating IL for THORChain](data-methodology/tutorials-1/thorchain-tutorials/calculating-il-for-thorchain.md)
* [MakerDAO Tutorials](data-methodology/tutorials-1/getting-started-with-dai-events.md)
* [Hex-to-Integer Function](data-methodology/hex-to-integer-function.md)
* [Archive](data-methodology/archive/README.md)
* [Data Updates](data-methodology/archive/data-updates.md)
* [Legacy Table Documentation](data-methodology/archive/tables/README.md)
* [AAVE Tables](data-methodology/archive/tables/aave-tables/README.md)
* [Market Stats](data-methodology/archive/tables/aave-tables/market-stats.md)
* [Votes](data-methodology/archive/tables/aave-tables/votes.md)
* [Proposals](data-methodology/archive/tables/aave-tables/proposals.md)
* [Deposits](data-methodology/archive/tables/aave-tables/deposits.md)
* [Liquidations](data-methodology/archive/tables/aave-tables/liquidations.md)
* [Borrows](data-methodology/archive/tables/aave-tables/borrows.md)
* [Repayments](data-methodology/archive/tables/aave-tables/repayments.md)
* [Flashloans](data-methodology/archive/tables/aave-tables/flashloans.md)
* [Withdraws](data-methodology/archive/tables/aave-tables/withdraws.md)
* [Algorand Tables](data-methodology/archive/tables/algorand-tables/README.md)
* [Algorand Base Tables](data-methodology/archive/tables/algorand-tables/algorand-base-tables/README.md)
* [Account](data-methodology/archive/tables/algorand-tables/algorand-base-tables/account.md)
* [Account App](data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-app.md)
* [Account Asset](data-methodology/archive/tables/algorand-tables/algorand-base-tables/account-asset.md)
* [App](data-methodology/archive/tables/algorand-tables/algorand-base-tables/app.md)
* [Application Call Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/application-call-transaction.md)
* [Asset](data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset.md)
* [Asset Configuration Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-configuration-transaction.md)
* [Asset Freeze Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-freeze-transaction.md)
* [Asset Transfer Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/asset-transfer-transaction.md)
* [Block](data-methodology/archive/tables/algorand-tables/algorand-base-tables/block.md)
* [Key Registration Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/key-registration-transaction.md)
* [Payment Transaction](data-methodology/archive/tables/algorand-tables/algorand-base-tables/payment-transaction.md)
* [Transactions](data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions.md)
* [Transfers](data-methodology/archive/tables/algorand-tables/algorand-base-tables/transfers.md)
* [Swaps](data-methodology/archive/tables/algorand-tables/algorand-base-tables/swaps.md)
* [Transactions Participation](data-methodology/archive/tables/algorand-tables/algorand-base-tables/transactions-participation.md)
* [Prices Swap](data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-swap.md)
* [Prices Pool Balances](data-methodology/archive/tables/algorand-tables/algorand-base-tables/prices-pool-balances.md)
* [Daily Balances](data-methodology/archive/tables/algorand-tables/algorand-base-tables/daily-balances.md)
* [Core Tables](data-methodology/archive/tables/algorand-tables/core-tables.md)
* [Arbitrum Tables](data-methodology/archive/tables/arbitrum-tables.md)
* [Astroport Tables](data-methodology/archive/tables/astroport-tables/README.md)
* [Astroport Pool Reserves](data-methodology/archive/tables/astroport-tables/lp-actions.md)
* [Astroport Swaps](data-methodology/archive/tables/astroport-tables/swap.md)
* [Avalanche Tables](data-methodology/archive/tables/avalanche-tables.md)
* [Axelar Tables](data-methodology/archive/tables/axelar-tables.md)
* [BSC Tables](data-methodology/archive/tables/bsc-tables.md)
* [Compound Tables](data-methodology/archive/tables/compound-tables/README.md)
* [Repayments](data-methodology/archive/tables/compound-tables/repayments.md)
* [Redemptions](data-methodology/archive/tables/compound-tables/redemptions.md)
* [Deposits](data-methodology/archive/tables/compound-tables/mints.md)
* [Liquidations](data-methodology/archive/tables/compound-tables/liquidations.md)
* [Borrows](data-methodology/archive/tables/compound-tables/borrows.md)
* [Market Stats](data-methodology/archive/tables/compound-tables/market-stats.md)
* [Cosmos Tables](data-methodology/archive/tables/cosmos-tables.md)
* [Crosschain Tables](data-methodology/archive/tables/crosschain-tables/README.md)
* [Fact Hourly Prices](data-methodology/archive/tables/crosschain-tables/fact-hourly-prices.md)
* [Dim Asset Metadata](data-methodology/archive/tables/crosschain-tables/dim-asset-metadata.md)
* [Dim Dates](data-methodology/archive/tables/crosschain-tables/dim-dates.md)
* [Dim Date Hours](data-methodology/archive/tables/crosschain-tables/dim-date-hours.md)
* [Crosschain Address Labels](data-methodology/archive/tables/crosschain-tables/crosschain-address-labels.md)
* [Crosschain Address Tags](data-methodology/archive/tables/crosschain-tables/crosschain-address-tags.md)
* [Ethereum Tables](data-methodology/archive/tables/ethereum-tables.md)
* [Ethereum Beacon Chain Tables](data-methodology/archive/tables/ethereum-beacon-chain-tables.md)
* [Ethereum Beta Tables](data-methodology/archive/tables/ethereum-beta-tables.md)
* [Ethereum Chainlink Tables](data-methodology/archive/tables/ethereum-chainlink-tables.md)
* [Ethereum Maker DAO Tables](data-methodology/archive/tables/ethereum-maker-dao-tables.md)
* [Ethereum Sushi Tables](data-methodology/archive/tables/ethereum-sushi-tables.md)
* [FLOW Tables](data-methodology/archive/tables/flow-tables/README.md)
* [Blocks](data-methodology/archive/tables/flow-tables/blocks.md)
* [Bridge Transactions](data-methodology/archive/tables/flow-tables/bridge-transactions.md)
* [Contract Labels](data-methodology/archive/tables/flow-tables/contract-labels.md)
* [Events](data-methodology/archive/tables/flow-tables/events.md)
* [Moment Metadata](data-methodology/archive/tables/flow-tables/moment-metadata.md)
* [NFT Sales](data-methodology/archive/tables/flow-tables/nft-sales.md)
* [Prices](data-methodology/archive/tables/flow-tables/prices.md)
* [Swaps](data-methodology/archive/tables/flow-tables/swaps.md)
* [Token Transfers](data-methodology/archive/tables/flow-tables/token-transfers.md)
* [TopShot Metadata](data-methodology/archive/tables/flow-tables/topshot-metadata.md)
* [Transactions](data-methodology/archive/tables/flow-tables/transactions.md)
* [Validator Labels](data-methodology/archive/tables/flow-tables/validator-labels.md)
* [Gnosis Tables](data-methodology/archive/tables/gnosis-tables.md)
* [NEAR Tables](data-methodology/archive/tables/near-tables.md)
* [Optimism Tables](data-methodology/archive/tables/optimism-tables.md)
* [Osmosis Tables](data-methodology/archive/tables/osmosis-tables/README.md)
* [Osmosis Fact Airdrops](data-methodology/archive/tables/osmosis-tables/osmosis-fact-airdrops.md)
* [Osmosis Fact Blocks Table](data-methodology/archive/tables/osmosis-tables/osmosis-fact-blocks-table.md)
* [Osmosis Daily Balances](data-methodology/archive/tables/osmosis-tables/osmosis-daily-balances.md)
* [Osmosis Fact Governance Proposal Deposits](data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-proposal-deposits.md)
* [Osmosis Fact Governance Submit Proposal](data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-submit-proposal.md)
* [Osmosis Fact Governance Votes](data-methodology/archive/tables/osmosis-tables/osmosis-fact-governance-votes.md)
* [Osmosis Dim Labels](data-methodology/archive/tables/osmosis-tables/osmosis-dim-labels.md)
* [Osmosis Dim Liquidity Pools](data-methodology/archive/tables/osmosis-tables/osmosis-dim-liquidity-pools.md)
* [Osmosis Fact Liquidity Provider Actions](data-methodology/archive/tables/osmosis-tables/osmosis-fact-liquidity-provider-actions.md)
* [Osmosis Fact Msg Attributes Table](data-methodology/archive/tables/osmosis-tables/osmosis-fact-msg-attributes-table.md)
* [Osmosis Fact Msgs Table](data-methodology/archive/tables/osmosis-tables/osmosis-fact-msgs-table.md)
* [Osmosis Dim Prices](data-methodology/archive/tables/osmosis-tables/osmosis-dim-prices.md)
* [Osmosis Fact Staking Rewards](data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking-rewards.md)
* [Osmosis Fact Staking](data-methodology/archive/tables/osmosis-tables/osmosis-fact-staking.md)
* [Osmosis Fact Superfluid Staking](data-methodology/archive/tables/osmosis-tables/osmosis-fact-superfluid-staking.md)
* [Osmosis Fact Swaps](data-methodology/archive/tables/osmosis-tables/osmosis-fact-swaps.md)
* [Osmosis Dim Tokens](data-methodology/archive/tables/osmosis-tables/osmosis-dim-tokens.md)
* [Osmosis Fact Transactions Table](data-methodology/archive/tables/osmosis-tables/osmosis-fact-transactions-table.md)
* [Osmosis Fact Transfers](data-methodology/archive/tables/osmosis-tables/osmosis-fact-transfers.md)
* [Osmosis Fact Validators](data-methodology/archive/tables/osmosis-tables/osmosis-fact-validators.md)
* [Osmosis Dim Vote Options](data-methodology/archive/tables/osmosis-tables/osmosis-dim-vote-options.md)
* [Osmosis EZ Prices](data-methodology/archive/tables/osmosis-tables/osmosis-ez-prices.md)
* [Osmosis EZ ICNS](data-methodology/archive/tables/osmosis-tables/osmosis-ez-icns.md)
* [Polygon Tables](data-methodology/archive/tables/polygon-tables/README.md)
* [Polygon Events Emitted](data-methodology/archive/tables/polygon-tables/polygon-events-emitted.md)
* [Polygon Transactions](data-methodology/archive/tables/polygon-tables/polygon-transactions.md)
* [Polygon UDM Events](data-methodology/archive/tables/polygon-tables/polygon-udm-events.md)
* [Position Collected Fees](data-methodology/archive/tables/polygon-tables/position-collected-fees.md)
* [Swaps](data-methodology/archive/tables/polygon-tables/swaps.md)
* [V3 Resources](data-methodology/archive/tables/polygon-tables/v3-resources.md)
* [Polygon 2.0 Tables](data-methodology/archive/tables/polygon-2.0-tables.md)
* [Solana Tables](data-methodology/archive/tables/solana-tables.md)
* [Terra Tables](data-methodology/archive/tables/terra-tables/README.md)
* [Terra Raw Tables](data-methodology/archive/tables/terra-tables/terra-raw-tables/README.md)
* [Blocks](data-methodology/archive/tables/terra-tables/terra-raw-tables/blocks.md)
* [Msgs](data-methodology/archive/tables/terra-tables/terra-raw-tables/msgs.md)
* [Msg\_events](data-methodology/archive/tables/terra-tables/terra-raw-tables/msg\_events.md)
* [Transactions](data-methodology/archive/tables/terra-tables/terra-raw-tables/transactions.md)
* [Transitions](data-methodology/archive/tables/terra-tables/terra-raw-tables/transitions.md)
* [Terra Base Tables](data-methodology/archive/tables/terra-tables/terra-base-tables/README.md)
* [Validator Labels](data-methodology/archive/tables/terra-tables/terra-base-tables/validator-labels.md)
* [Labels](data-methodology/archive/tables/terra-tables/terra-base-tables/labels.md)
* [Oracle Prices](data-methodology/archive/tables/terra-tables/terra-base-tables/oracle-prices.md)
* [Tax Rate](data-methodology/archive/tables/terra-tables/terra-base-tables/tax-rate.md)
* [Daily Balances](data-methodology/archive/tables/terra-tables/terra-base-tables/daily-balances.md)
* [Swaps](data-methodology/archive/tables/terra-tables/terra-base-tables/swap.md)
* [Staking](data-methodology/archive/tables/terra-tables/terra-base-tables/staking.md)
* [Reward](data-methodology/archive/tables/terra-tables/terra-base-tables/rewards.md)
* [Transfer Events](data-methodology/archive/tables/terra-tables/terra-base-tables/transfer-events.md)
* [Event Actions](data-methodology/archive/tables/terra-tables/terra-base-tables/event-actions.md)
* [Terraswap Tables](data-methodology/archive/tables/terraswap-tables/README.md)
* [Terraswap LP Actions](data-methodology/archive/tables/terraswap-tables/lp-actions.md)
* [Terraswap Pool Reserves](data-methodology/archive/tables/terraswap-tables/lp-actions-1.md)
* [Terraswap Swaps](data-methodology/archive/tables/terraswap-tables/swap.md)
* [THORChain Tables](data-methodology/archive/tables/thorchain-tables/README.md)
* [THORChain Raw Table](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/README.md)
* [Active Vault Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/active-vault-events.md)
* [Inactive Vault Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/inactive-vault-events.md)
* [Add events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/add-events.md)
* [Block Pool Depths](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/block-pool-depths.md)
* [Bond Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/bond-events.md)
* [Fee Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/fee-events.md)
* [Gas Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/gas-events.md)
* [Message Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/message-events.md)
* [New Node Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/new-node-events.md)
* [Pending Liquidity Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pending-liquidity-events.md)
* [Pool Balance Change Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-balance-change-events.md)
* [Pool Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/pool-events.md)
* [Refund Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/refund-events.md)
* [Reserve Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/reserve-events.md)
* [Rewards Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-events.md)
* [Rewards Event Entries](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/rewards-event-entries.md)
* [Swap Events](data-methodology/archive/tables/thorchain-tables/thorchain-raw-table/swap-events.md)
* [THORChain Base Table](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/README.md)
* [Block Rewards](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/block-rewards.md)
* [Bond Actions](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/bond-actions.md)
* [Daily Earnings](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-earnings.md)
* [Daily Pool Stats](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-pool-stats.md)
* [Daily TVL](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/daily-tvl.md)
* [Prices](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/prices.md)
* [Swaps](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/swaps.md)
* [Liquidity Actions](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/liquidity-actions.md)
* [Pool Block Balances](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-balances.md)
* [Pool Block Fees](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-fees.md)
* [Pool Block Statistics](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/pool-block-statistics.md)
* [Total Block Rewards](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-block-rewards.md)
* [Total Value Locked](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/total-value-locked.md)
* [Transfers](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/transfers.md)
* [Upgrades](data-methodology/archive/tables/thorchain-tables/thorchain-base-table/upgrades.md)
* [Thorchain Core Tables](data-methodology/archive/tables/thorchain-tables/thorchain-core-tables.md)
* [Uniswap V3 Tables](data-methodology/archive/tables/uniswap-v3-tables/README.md)
* [Pools](data-methodology/archive/tables/uniswap-v3-tables/pools.md)
* [Pool Stats](data-methodology/archive/tables/uniswap-v3-tables/pool-stats.md)
* [Positions](data-methodology/archive/tables/uniswap-v3-tables/positions.md)
* [LP Actions](data-methodology/archive/tables/uniswap-v3-tables/lp-actions.md)
* [Algorand Tutorials](data-methodology/archive/algorand-tutorials.md)
* [Misc](data-methodology/misc/README.md)
* [Data Roadmap](data-methodology/misc/data-roadmap.md)
* [Table Freshness Targets](data-methodology/misc/table-freshness-targets.md)
## Contribute to the Data <a href="#contribute" id="contribute"></a>
* [Community Curation](contribute/contribute-to-flipside-data.md)
* [Model Standards](contribute/model-standards/README.md)

View File

@ -0,0 +1,23 @@
---
description: Python & R video guides & git repo templates from our data science team
---
# Python/R templates (video tutorials)
Check our [Research Github](https://github.com/fsc-data-science/) for templates and additional examples mirrored in both R and Python.
The following examples are built with templates and include video walkthroughs with tips for reproducibility like Conda in Python and Renv in R.
The walkthroughs explain how to create candle charts for ETH price data with a price forecast, one in Python, and one in R.
### Python template & Flipside SDK example
Turn [Python Template](https://github.com/fsc-data-science/python-template) Into --> [Python Auto Arima for ETH Price Forecast](https://github.com/fsc-data-science/python-candle-forecast)
{% embed url="https://www.loom.com/share/2c524ce317394dc7884cc8927b524910" %}
### R template + Flipside SDK example
Turn [R Template](https://github.com/fsc-data-science/r-template) into --> [R Auto Arima for ETH Price Forecast ](https://github.com/fsc-data-science/r-candle-forecast)&#x20;
{% embed url="https://www.loom.com/share/cd06a544bcc54fd6a7f48e3267fbee3b" %}

View File

@ -1,18 +1,26 @@
---
description: Lower-level Direct HTTP Access
description: Lower-level direct HTTP access
---
# API (JSON RPC)
# JSON RPC methods
_**To skip the walkthrough and go straight to dedicated API Documentation,**_ [_**click here**_](https://api-docs.flipsidecrypto.xyz/)_**.**_
{% hint style="info" %}
Don't see an SDK for your language of choice? Interact directly with the API endpoints below! If you're feeling adventurous feel free to build an SDK library -- we'd be happy to point the community to it.
Don't see an SDK for your language of choice? Interact directly with the API endpoints below! \
\
Want an SDK for another language, or want to create your own SDK? [Let's talk](https://discord.gg/ZmU3jQuu6W)!&#x20;
{% endhint %}
The Query API uses an RPC interface instead of REST for its client-server communication. This is because RPC can provide more efficient communication and support for batch/multi-calls, which is useful for dashboards that have lots of queries powering them. Future functionality will make use of the RPC architecture to enable more efficient/scalable application use cases.
Flipside makes available the following SDKs as higher-level, more developer-friendly wrappers over the API. Examples for each SDK are available throughout the [templates-and-walkthroughs.md](get-started/templates-and-walkthroughs.md "mention")
### Getting Started
<table><thead><tr><th width="255">Language</th><th width="143">Version</th><th>Source Code (Github)</th></tr></thead><tbody><tr><td>✅ Python</td><td>2.0.7</td><td><a href="https://github.com/FlipsideCrypto/sdk/tree/main/python">Source Code</a></td></tr><tr><td>✅ JS/TypeScript</td><td>2.0.0</td><td><a href="https://github.com/FlipsideCrypto/sdk/tree/main/js">Source Code</a></td></tr><tr><td>✅ R</td><td>0.2.2</td><td><a href="https://github.com/FlipsideCrypto/sdk/tree/main/r/shroomDK">Source Code</a></td></tr></tbody></table>
### Summary
The Query API uses an RPC interface instead of REST for its client-server communication. This is because RPC can provide more efficient communication and support for batch/multi-calls, which is useful for dashboards that have lots of queries powering them. Future functionality will make use of the RPC architecture to enable more efficient/scalable application use cases.
There are three RPC methods you must interact with to execute a query:
@ -245,6 +253,10 @@ query_status <- get_query_status(query_id, api_key)
{% endtab %}
{% endtabs %}
Every QueryRun has the following life cycle:
<figure><img src="../.gitbook/assets/image-11.png" alt=""><figcaption></figcaption></figure>
Once the `getQueryRun` has returned a state of `QUERY_STATE_SUCCESS` call the `getQueryRunResults` RPC method to retrieve the result set in Step3.
### Step 3: Get the Query Run Results

View File

@ -0,0 +1,9 @@
---
description: Free, Pro, and Builder (coming soon) tiers designed for your success in web3
---
# Choose your Flipside tier
Click next to see available tiers.&#x20;
**Developers**, check back soon for a new tier designed to support your product journey from testing with free credits to launch with data that scales as your users do!

View File

@ -0,0 +1,25 @@
---
description: Protecting your right to transparency in web3 with onchain data
---
# Free
At Flipside, we believe access to onchain data in web3 is a public good, because transparency can't exist without human-readable data.&#x20;
That's why you can always query the entire Flipside database with SQL in your [Studio](https://flipside.new) for free.
To get started, simply create a free account [here](https://flipsidecrypto.com).
## Earn and educate
The more analysts create dashboards to help keep the industry informed, the better off we all are together. To that end, we also offer many ways to earn for sharing the insights you find.
Programs like Leaderboard Rewards, direct-to-analyst bounties, and more can help you build your portfolio and your bags 💰
See [💰Earn with Flipside](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/sql-studio-analysts/analyst-rewards) to learn more.
### P.S.
_If you need more powerful compute, faster speeds, and other features designed to help you profit with the data, try_ [_Flipside Pro_](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/choose-your-flipside-tier/pro)_._

View File

@ -0,0 +1,19 @@
---
description: >-
Archival & Real-time blockchain data without the hassle of managing nodes or
complex data pipelines.
---
# Pro
Want to build a business or app with blockchain data? Get access to the commercial speed, compute, privacy, and programmatic control you need to scale.
Flipside Pro gives you the entirety of Flipside's on-chain database in a hosted Snowflake server. Flipside covers data storage, so you only pay for computation in a fast **dedicated** warehouse.
**If it happens on-chain, we've got it for 26+ blockchains and protocols:**
<figure><img src="../.gitbook/assets/image-10.png" alt=""><figcaption></figcaption></figure>
_For more details on the schema design see our_ [_data modeling approach_](https://app.gitbook.com/o/-LdEn7uFmFX9w2zbU4Eu/s/-LdEnDLYh6Su5z7LbnEZ/\~/changes/488/data-methodology/data-models)_._
You can try Flipside Pro for 2 weeks completely free at [https://data.flipsidecrypto.com/](https://data.flipsidecrypto.com/)

View File

@ -16,7 +16,7 @@ The models for each chain that we offer can be reviewed and contributed to on ou
### Tags & Labels
See [How to Add Tags](../our-data/featured-tags-and-sql-examples/how-to-add-your-own-tags.md) on the address tags & labels data model page.\
See [How to Add Tags](../data-methodology/featured-tags-and-sql-examples/how-to-add-your-own-tags.md) on the address tags & labels data model page.\
Add a label by submitting through our [label submission form](https://science.flipsidecrypto.xyz/add-a-label/).
### SQL Models

Some files were not shown because too many files have changed in this diff Show More