ShredReplay
Authentication
X-API-Key: YOUR_API_KEYBrowsing Available Data
List Available Slots
# List slots (default: first 100)
curl https://shredreplay.thornode.io/v1/slots \
-H 'X-API-Key: YOUR_KEY'
# Filter by slot range
curl 'https://API_HOST/v1/slots?from=405445570&to=405445600' \
-H 'X-API-Key: YOUR_KEY'
# Increase limit (max 1000)
curl 'https://API_HOST/v1/slots?from=405445570&limit=500' \
-H 'X-API-Key: YOUR_KEY'Inspect a Slot
Field
Description
Replaying Shreds
Creating a Replay Job
Packet Selection
By Slot Range
By Specific Slots
By Time (Last N Seconds)
By Exact Time Range
With Slot Padding
Filter by Shred Type
Value
Description
Only Valid Shreds
Timing Modes
Original Timing
Scaled Timing
Speed
Effect
Max Speed
Dry Run
Checking Job Status
Status
Meaning
Cancelling a Job
Ordering Guarantees
Typical Workflow
Rate Limits
Health Check
API Reference
Method
Path
Auth
Description
Last updated