Skip to main content
WSS

Overview

  • Dataset ID: 0802 - Arb Path Status
  • Description: Path status events (b0801_arb_path_status_v1): active/inactive transitions keyed by (path_id, block_number, tx_index, log_index); trigger_pool_uid identifies the pool whose TVL/state change produced the event.
  • Sample: Hugging Face Sample

Subscription Parameters

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

Message Fields

string
Path id (hex); FK to b0801_arb_paths_v1.path_id.
number
Block of the status event.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
boolean
Path active flag after the event.
string
Pool whose change triggered the status event (hex).
string
Unique tracing ID (hex).
string[]
Parent tracing IDs (hex).
string
Record creation time (ISO-8601).
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 July 19, 2026