System
Get L1 onchain action history
Returns the lifecycle of onchain actions submitted via OnchainActionManager.sol. Public endpoint.
Onchain actions are either applied directly or with a fallback flag. Each onchain action is affected by the fallback flag uniquely:
- Deposits: sequencer moved the deposit into the
fallback_subaccount - SetSessionKey: no-op
- Admin actions: no-op
The onchain action can have several states:
applied: action was successfully applied by the sequencerapplied_with_fallback: action was applied by the sequencer with fallback=trueinstant_fallback: action failed its initial attempt, will be re-submitted with fallback=trueretry_then_fallback: action failed its initial attempt, will be re-submitted with fallback=false until the retry budget is exceeded, then re-submitted with fallback=truenever_escalate: action failed its initial attempt but will retry until successful, never with fallback=true
POST
Get L1 onchain action history
Body
application/json
On-chain actionType id.
Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0L1 sender of the action (any hex casing).
Get L1 onchain action history
