v1
latestOpenAPI 3.0.0ISC2026-07-26318688.6 KBDEX
Get next chain signature
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".
post/dex/chainSignatures
Request body
Example request
{
"quoteId": "69a02882f48d56c923119d95",
"addressFrom": "0xb7dE6b6eEBF7401aFea5a49D6405C9048fEf2d40",
"signatureKey": "permit",
"signatureStep": 1
}Response
Success