Dry-run a webhook subscription
0xArchive API reference for Dry-run a webhook subscription. Includes authentication, parameters, response shape, examples, and route-safe implementation notes.
X-API-Key with this request. See REST authentication.Machine schema
Machine schema
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Body
A would-be subscription to evaluate against recent history. Same shape as a create, without the endpoint, plus the window.
Event type to evaluate.
"market.liquidation"
What a subscription matches on. Every key is checked against the event type's catalog declaration, so an unknown key, an undeclared parameter or a condition on an undeclared metric is refused rather than ignored. The stored config is the normalised form: venues and addresses lowercased, declared parameters filled in at their defaults, and operators written in their canonical spelling.
Seconds of history to scan, ending now.
60 <= x <= 864003600
Occurrences to return, newest first.
1 <= x <= 200100