Monitor and track complex zap transaction status using the DZap SDK
Monitor the progress of complex multi-step zap operations, from simple swaps to cross-chain DeFi strategies.Zap operations can involve multiple steps across different protocols and chains. The DZap SDK provides comprehensive status tracking to monitor each step of your zap execution and handle any issues that may arise.
getZapTxnStatus
function accepts the following parameters:
Parameter | Type | Required | Description |
---|---|---|---|
chainId | number | yes | Chain ID where the transaction was executed |
txnHash | string | yes | Transaction hash from the zap execution |
getZapTxnStatus
method returns a response that follows this structure: