Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Replay history

POSThttps://api.moralis-streams.com/history/replay/:streamId/:id

Replay a specific history.

PATH PARAMS
streamIdstringrequired
The id of the stream the history will be replayed
idstringrequired
The id of the history to replay
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request POST \
--url 'https://api.moralis-streams.com/history/replay/%3AstreamId/%3Aid' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"id": "",
"date": "",
"payload": "",
"errorMessage": "",
"webhookUrl": "",
"streamId": "",
"tag": ""
}