Docs/Forensics/Replay a slot

Replay a slot

GET/v1/replay/slot/{slot}🔑 API key required

Replay a historical block (“à un moment donné”) from the Ferno archive: every decoded swap in the slot, optionally filtered to one mint with ?mint=. Premium: requires a Scale or Enterprise plan.

Path parameters

FieldTypeDescription
slotrequirednumberThe slot to replay.

Query parameters

FieldTypeDescription
mintoptionalstringFilter to swaps that touch this mint (base or quote).

Response fields

FieldTypeDescription
slot / blockTimenumberThe block and its time.
txCountnumberTransactions in the block.
swapCount / truncatednumber / booleanDecoded swaps returned (capped at 1000).
swaps[].signaturestringThe tx the swap came from (replay it with /replay/tx/:sig).
swaps[].dex / side / baseMint / quoteMint / baseAmount / quoteAmount / poolAddress / signerstring / numberEach decoded swap.
Premium (Scale+). The Ferno archive trails the chain head by ~26 days and has a finite depth, so very recent or very old slots may return slot_not_found. The ~8 MB block fetch is the main cost.