v1
latestOpenAPI 3.0.02026-08-0451764.0 KBQuote
Sign a quote for swap execution
This endpoint plays a pivotal role in the preparation and execution of secure asset swaps on the blockchain. By providing a Quote ID and a destination address, users can initiate the signing process, resulting in the generation of the essential signature and transaction data. This signature and data package, in turn, is integral for ensuring the validity and security of asset transfers within the blockchain network.
post/rfq/sign
Request body
Example request
{
"quote_id": "4c707e45-7019-4b81-b875-c5eb6fe061d6",
"destination_address": "0x960376b3F62f41E7e66809a05D1C5afdFD60A0E9",
"sender_address": "0x960376b3F62f41E7e66809a05D1C5afdFD60A0E9",
"aux_data": "0x31494e4348000000000000000000000000000000000000000000000000000000"
}Response
Quote signed successfully