Skip to main content

Overview

  • Dataset ID: 0801
  • Table: blockdb_evm.b0801_arb_opportunities_v1
  • Description: Opportunities computed for active paths at a specific (block_number, tx_index, log_index).
  • Primary key: (path_id, is_reversed, block_number, tx_index, log_index)
  • API: POST /evm/arb/opportunities

Columns

ColumnTypeDescription
chain_idBIGINTEVM chain identifier; see Chain.
block_numberBIGINTObservation block.
block_timeTIMESTAMPTZBlock time.
tx_indexINTEGERTransaction index.
log_indexINTEGERLog index.
path_idBYTEA32B path id (octet_length = 32).
is_reversedBOOLEANTrue if evaluated in reversed direction.
pool_uidsBYTEA[]Pool UIDs in evaluated order.
token_pathBYTEA[]Tokens in evaluated order.
amountsNUMERIC(78,18)[]Per-hop amounts aligned with token_path.
profit_in_tokensNUMERIC(78,18)Profit in token_path[0] units.
token_price_usdNUMERIC(78,18)Price of token_path[0] in USD.
profit_in_usdNUMERIC(78,18)Profit in USD.
_tracing_idBYTEAUnique tracing ID.
_parent_tracing_idsBYTEA[]Parent tracing IDs.
_created_atTIMESTAMPTZRecord creation time.
_updated_atTIMESTAMPTZRecord last update time.

Arbitrage paths

Path topology and activation status.
Last modified on March 21, 2026