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
| Column | Type | Description |
|---|---|---|
chain_id | BIGINT | EVM chain identifier; see Chain. |
block_number | BIGINT | Observation block. |
block_time | TIMESTAMPTZ | Block time. |
tx_index | INTEGER | Transaction index. |
log_index | INTEGER | Log index. |
path_id | BYTEA | 32B path id (octet_length = 32). |
is_reversed | BOOLEAN | True if evaluated in reversed direction. |
pool_uids | BYTEA[] | Pool UIDs in evaluated order. |
token_path | BYTEA[] | Tokens in evaluated order. |
amounts | NUMERIC(78,18)[] | Per-hop amounts aligned with token_path. |
profit_in_tokens | NUMERIC(78,18) | Profit in token_path[0] units. |
token_price_usd | NUMERIC(78,18) | Price of token_path[0] in USD. |
profit_in_usd | NUMERIC(78,18) | Profit in USD. |
_tracing_id | BYTEA | Unique tracing ID. |
_parent_tracing_ids | BYTEA[] | Parent tracing IDs. |
_created_at | TIMESTAMPTZ | Record creation time. |
_updated_at | TIMESTAMPTZ | Record last update time. |
Related datasets
Arbitrage paths
Path topology and activation status.