OpenBlock Docs
  • Welcome To OpenBlock
  • Data Offering
    • Overview
    • DeFi Canonical Data
      • Automated Liquidity Manager
      • Bridge
      • Derivative
      • DEX Aggregator
      • DEX
      • Lending
      • Liquid Staking
      • NFT Marketplace
      • Prediction Market
      • Yield Aggregator
      • General
      • Incentive Claims
    • DEX Events
    • ERC20 Transfers
    • Airdrop Data
    • Global Token Prices
  • Intelligence Models
    • Sybil
    • User Labeling
    • User Retention Prediction
    • Mercenary Strategy Identification
  • Incentive Methodologies
    • Point Campaigns
      • Point Methodologies
Powered by GitBook
On this page
Export as PDF
  1. Data Offering
  2. DeFi Canonical Data

Bridge

Our data tables track key metrics on pools, liquidity providers, user activity, and transactions across various bridge protocols, both pool-based and intent-based.

Key Tables:

  • Tokens: Details of the tokens in the protocol, including address, symbol, and decimals.

  • Pools: Details of pools in bridge protocols, including token information, pool creation data, and fee rates.

  • LP Snapshot: Snapshots of liquidity provider positions in pool-based bridge protocols, including token amounts and their USD value.

  • User Snapshot: User activity snapshots in pool and intent-based bridge protocols, tracking token inflows and outflows.

  • Pool Snapshot: Snapshot of individual pools, including token volume, fees, and bridged data.

  • Bridge Transactions: Records of user transactions across bridge protocols, including source/destination chain IDs and token amounts.

  • Maker Snapshot: Snapshots on makers in intent-based bridge protocols, including tokens supplied and fees collected.

  • Taker Snapshot: Snapshots on takers in intent-based bridge protocols, including volume bridged and fees paid.

  • Token Snapshot: Token-level data across bridge protocols, capturing amounts held, bridged volume, and fees collected.

Property
Description
Type

token_address

The contract address of the token.

string

token_symbol

The symbol of the token.

string

token_decimals

The decimal amount of the token.

number

chain_id

The blockchain ID where the token resides.

number

Property
Description
Type

timestamp

The timestamp this pool was created.

number

creation_block_number

The block number this pool was created on.

number

token_address

The contract address of the token being bridged or pooled.

string

token_index

The index of the pooled token in the smart contract.

number

token_symbol

The symbol of the token.

string

fee_rate

The fee rate as a percentage for the pool, if applicable (ie, 2.3% fee as 0.023).

number

pool_address

The contract address of the pool.

string

chain_id

Standard chain ID (ie, the chain ID of the network the pool lives on).

number

bridge_type

The type of bridge (ie, pool-based, mint-based, or intent-based).

vstring

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

pool_address

The address of the pool.

string

lp_address

The address of the liquidity provider.

string

token_address

The contract address of the token supplied.

string

token_index

The index in the smart contract of this token, default to 0.

number

token_amount

The amount of the supplied token, decimal normalized.

number

token_amount_usd

The amount supplied, in USD.

number

chain_id

The standard chain ID where the liquidity provider resides.

number

bridge_type

The type of bridge (pool-based, mint-based, or intent-based).

string

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

pool_address

The contract address of the pool.

string

user_address

The address of the user this snapshot activity is based on.

string

amount_in_usd

The amount of tokens received on this network by the user in USD during the given snapshot.

number

amount_out_usd

The amount of tokens sent out of this network by the user in USD during the given snapshot.

number

chain_id

The standard chain ID where the bridger resides.

number

bridge_type

The type of bridge (pool-based, mint-based, or intent-based).

string

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

pool_address

The contract address of the pool.

string

token_address

The contract address of the token being bridged or pooled.

string

token_index

The index of the pooled token in the smart contract.

number

token_symbol

The symbol of the token.

string

token_amount

The amount of the supplied token (in a pool-based bridge), decimal normalized.

number

token_amount_usd

The amount supplied, in USD.

number

volume_usd

The bridged volume in USD, during this snapshot.

number

fees_usd

The fees collected in USD, during the snapshot period.

number

chain_id

The standard chain ID where the pool resides.

number

bridge_type

The type of bridge (pool-based, mint-based, or intent-based).

string

Property
Description
Type

timestamp

The timestamp of the transaction.

number

block_number

The block number of the transaction.

number

transaction_hash

The hash of the transaction this bridge originated from.

string

log_index

The log index of the transaction.

number

source_chain_id

The source standard chain ID.

number

destination_chain_id

The destination standard chain ID.

number

user_address

The address of the user initiating the transaction.

string

token_address

The smart contract address of the source chain bridge token.

string

token_amount

The amount of the token sent out from the source chain, decimal normalized.

number

token_amount_usd

The token amount in USD.

number

solver_address

The address of the solver (for intent-based bridges).

string

pool_address

The address of the pool (for pool-based and mint-based bridges).

string

bridge_type

The type of bridge (pool-based, mint-based, or intent-based).

string

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

user_address

The address of the maker.

string

token_address

The smart contract address of the token being supplied by the maker.

string

token_in_amount

The amount of the token received, decimal normalized.

number

amount_in_usd

The amount received in USD, during this snapshot.

number

token_out_amount

The amount of the token sent out, decimal normalized.

string

amount_out_usd

The amount sent in USD, during this given snapshot.

number

fees_usd

The fees collected in USD, during this snapshot.

number

chain_id

The standard chain ID where the maker resides.

string

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

user_address

The address of the taker.

string

token_address

The smart contract address of the token.

string

volume_amount

The amount of volume bridged from the source chain, decimal normalized.

number

volume_usd

The volume bridged in USD, in the given snapshot.

number

chain_id

The standard chain ID where the taker resides.

number

Property
Description
Type

timestamp

The timestamp of the snapshot.

number

block_date

The timestamp truncated (ie, YYYY-MM-DD format for daily snapshots and YYYY-MM-DD HH:00:00 for hourly snapshots).

date

user_address

The address of the taker.

string

token_address

The smart contract address of the token.

string

volume_amount

The amount of volume bridged from the source chain, decimal normalized.

number

volume_usd

The volume bridged in USD, in the given snapshot.

number

chain_id

The standard chain ID where the taker resides.

number

PreviousAutomated Liquidity ManagerNextDerivative

Last updated 6 months ago