Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Paginated list of MEV labels for the pair. See EventLabelConnection.
Arguments
Pair identifier in
pairAddress:networkId form (e.g. 0xabc…:56).Max labels per page. Clamped to
[1, 100]. Default 50.Pagination cursor from previous response.
Behavior
EventLabel.labelisFrontRun(mapped fromswap_type=MEV) orSandwiched(mapped fromswap_type=MEV_SANDWICHED). See EventLabelType.- For
FrontRun,data.indexis the leg index:0= front-run (buy leg),1= back-run (sell leg). Derived from the sign of the swap’sraw_amount0. - Drained amounts are unsigned magnitudes (sign stripped at the API edge). Mobula stores raw signed pool deltas; the front-run / sandwich swap amounts are the closest proxy for the “amount drained in the attack”.
- Pagination is keyset on
(date, COALESCE(swaps.index, 0), transaction_hash)so legacy NULL-index rows still page correctly.