Skip to main content
WSS

Overview

  • Dataset ID: 0801 - Arbitrage Paths
  • Description: Path definitions (b0801_arb_paths_v1): each path_id is a 32-byte hash for an undirected cycle; pool_uids and token_cycle in canonical order.
  • Sample: Hugging Face Sample

Subscription Parameters

chain_id
number
required
Target EVM network. See the Chain enumeration.
path_ids
string[]
Optional filters: 32-byte path_id values (hex string, no 0x prefix).

Message Fields

path_id
string
32-byte hash identifying the undirected path (cycle) (hex).
block_number
number
Block when the path was first observed.
block_time
string
Block time (ISO-8601).
tx_index
number
Transaction index.
log_index
number
Log index.
pool_uids
string[]
Pool UIDs in canonical cycle order (hex).
token_cycle
string[]
Token cycle in canonical order (hex addresses).
_tracing_id
string
Unique tracing ID (hex).
_parent_tracing_ids
string[]
Parent tracing IDs (hex).
_created_at
string
Record creation time (ISO-8601).
_updated_at
string
Record last update time (ISO-8601).

Subscription Example

Response Example

subscribe
type:object
unsubscribe
type:object
subscribe_response
type:object
unsubscribe_response
type:object
update
type:object
Last modified on April 6, 2026