Skip to main content
WSS

Overview

  • Dataset ID: 0305 - Flash Loan Prints
  • Description: One row per borrowed token per on-chain flash loan event (V2-style flash swap, V3 Flash event, Balancer V2 Vault, etc.). pool_uid is NULL for vault-level events not tied to a single pool.
  • Sample: Hugging Face Sample

Subscription Parameters

number
required
Target EVM network. See the Chain enumeration.
string[]
Optional filters: pool UIDs (32-byte hex, no 0x prefix).
string[]
Optional filters: emitter contracts (pool or vault), 20-byte hex without 0x.
string[]
Optional filters: borrowed token addresses (hex, no 0x).

Message Fields

string | null
Pool id when pool-scoped; null for vault-level events.
number | null
Exchange identifier when pool-scoped.
number | null
Pool type identifier when pool-scoped.
string
Address of the contract that emitted the event (hex).
string
Borrowed token address (hex).
string
Raw borrowed amount (decimal string).
string
Raw repaid amount (decimal string).
string
Raw fee paid: amount_repaid − amount_borrowed (decimal string).
number
Event block.
string
Block time (ISO-8601).
number
Transaction index.
number
Log index.
string
Lineage id (hex).
string[]
Parent lineage 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