Documentation Index
Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt
Use this file to discover all available pages before exploring further.
Data Types
Each feed subscribes to one blockchain payload type. The selected data type determines the shape passed tomain(stream) in your filter.
BlockWithTransactions
Use this for native token transfers and transaction-level monitoring.
BlockWithLogs
Use this for contract events, including ERC-20 Transfer logs.
BlockWithTraces
Use this for debug trace workflows.
Choosing a Type
- Use transactions for native transfers.
- Use logs for emitted smart contract events.
- Use traces for internal calls and execution-level analysis.