Sign-Quote
Receiving Sign Quote request
{
"messageType": "signQuote",
"message": {
"chainId": number,
"quoteId": number,
// <OPTIONAL> In wei, the amount that the market maker is allowed to borrow from native's credit pool
"availableBorrowBalance": string,
"isBorrowing": boolean, <OPTIONAL> boolean value to indicate whether you want to use native's credit pool
"quoteData": {
// It is leveraged to mitigate quote replay.
"id": number,
"signer": string,
"buyer": string,
"seller": string,
"buyerToken": string,
"sellerToken": string,
"buyerTokenAmount": string,
"sellerTokenAmount": string,
"deadlineTimestamp": string,
"caller": string,
"quoteId": string,
}
}
}Sending Sign Quote response
Last updated