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
Version: 2.0

Mandatory Test Webhook

Whenever you create or update a stream, you will receive a test webhook.

You have to return status code 200 for the stream to start.

The test body will look like this:

{  
"abi": {},
"block": {
"hash": "",
"number": "",
"timestamp": ""
},
"txs": \[],
"txsInternal": \[],
"logs": \[],
"chainId": "",
"tag": "",
"streamId": : "",
"confirmed": true,
"retries": 0,
"erc20Approvals": \[],
"erc20Transfers": \[],
"nftApprovals": \[ ERC721: \[], ERC1155: \[] ],
"nftTransfers": \[]
}