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 logs

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

Get All logs.

QUERY PARAMS
limitnumberrequired
cursorstring
streamIdstring
transactionHashstring
deliveryStatusarray
No items in the array
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/logs?limit=25' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"result": [
{
"id": "",
"streamId": "",
"chain": "",
"webhookUrl": "",
"tag": "",
"retries": "",
"deliveryStatus": "",
"blockNumber": "",
"errorMessage": "",
"type": "",
"createdAt": ""
}
],
"cursor": "",
"total": ""
}