When is this needed? Only when the quote response includes an
afterStep1 field. Most swaps don’t need this — you just sign a transaction and you’re done.When to Use This
- You called
GET /v1/quotewithtoChain=369(PulseChain) and a non-stablecoin source token - The quote response included
afterStep1with signing instructions - You signed and broadcast the swap transaction (Step 1)
- Now you need to confirm the deposit so Hypermid can bridge it automatically
Parameters
The confirmed transaction hash from Step 1.
The sender wallet address. Must match
tx.from of the transaction.Recipient wallet address on PulseChain. Defaults to
fromAddress.Desired output token on PulseChain (e.g.,
0xA1077a294dDE1B09bB078844df40758a5D0f9a27 for PLS).Destination chain domain. Default:
369 (PulseChain).Wallet signature authorizing the routing. Generated by signing the data from
afterStep1.eip712 in the quote response.