Hi!
Trying to build test app using Streams API to monitor all transaction for specific addresses.
Webhook is receiving calls from Streams , but JSON data is empty for all transactions
There are two addresses added to the stream
What could be the reason of this behavior?
Basically I just need to get transaction hashes for all incoming and outgoing transactions for selected set of addresses.
Json data:
{âabiâ: [], âblockâ: {ânumberâ: ââ, âhashâ: ââ, âtimestampâ: ââ}, âtxsâ: [], âtxsInternalâ: [], âlogsâ: [], âchainIdâ: ââ, âconfirmedâ: True, âretriesâ: 0, âtagâ: ââ, âstreamIdâ: ââ, âerc20Approvalsâ: [], âerc20Transfersâ: [], ânftTokenApprovalsâ: [], ânftApprovalsâ: {âERC721â: [], âERC1155â: []}, ânftTransfersâ: [], ânativeBalancesâ: []}
The stream:
{
âidâ: âba793cd0-bb57-4dee-b317-55a1f528e3e9â,
âwebhookUrlâ: âhttps://caribou-alive-absolutely.ngrok-free.app/webhookâ,
âdescriptionâ: âERC transfersâ,
âtagâ: âERC20Goerliâ,
âdemoâ: false,
âtopic0â: null,
âallAddressesâ: false,
âincludeNativeTxsâ: true,
âincludeContractLogsâ: true,
âincludeInternalTxsâ: true,
âincludeAllTxLogsâ: false,
âgetNativeBalancesâ: [],
âtriggersâ: [],
âabiâ: null,
âadvancedOptionsâ: null,
âchainIdsâ: [
â0x5â,
â0x1â,
â0x61â,
â0x38â
],
âstatusâ: âactiveâ,
âstatusMessageâ: âStream is activeâ
}