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

Get history

GEThttps://api.moralis-streams.com/history

Get all history

QUERY PARAMS
limitnumberrequired
cursorstring
transactionHashstring
excludePayloadboolean
streamIdstring
chainIdarray
No items in the array
blockNumberarray
No items in the array
fromTimestampnumber
toTimestampnumber
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://api.moralis-streams.com/history?limit=25' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"result": [
{
"id": "",
"date": "",
"payload": "",
"errorMessage": "",
"webhookUrl": "",
"streamId": "",
"tag": ""
}
],
"cursor": "",
"total": ""
}