Skip to main content

Overview

  • Dataset ID: 0901
  • Table: blockdb_evm.b0901_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
  • CSV Sample: Download
  • JSON Sample: Download

Sample Viewer

Columns

ColumnTypeDescription
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_vwap_usdNUMERIC(78,18)Token-to-Fiat VWAP USD of token_path[0].
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 April 4, 2026