Get the next signature requirement in a multi-step signature chain
Used for swaps that require multiple sequential signatures (e.g. permit + bridge).
Call this endpoint recursively: sign the returned data with the wallet,
then pass the signature back until isComplete is true.
Only needed when a signature returned by the approve endpoint has type “CHAINED”.
Quote ID from a prior quote response.
"69a02882f48d56c923119d95"
EVM address from which the amount will be deducted
^0x[0-9a-fA-F]{40}$"0xb7dE6b6eEBF7401aFea5a49D6405C9048fEf2d40"
Previous signature object from the wallet signing step
Key for the signature in the chain, returned from the previous approve or chainSignatures call
"permit"
Step number in the signature chain sequence
x >= 01