Type alias QuoteDataBeta

QuoteData: {
    expiresAt: string;
    payin: QuoteDetails;
    payout: QuoteDetails;
    payoutUnitsPerPayinUnit: string;
}

Message sent by the PFI in response to an RFQ. Includes a locked-in price that the PFI is willing to honor until the quote expires

Type declaration

  • expiresAt: string

    When this quote expires. Expressed as ISO8601

  • payin: QuoteDetails

    the amount of payin currency that the PFI will receive

  • payout: QuoteDetails

    the amount of payout currency that Alice will receive

  • payoutUnitsPerPayinUnit: string

    The exchange rate to convert from payin currency to payout currency. Expressed as an unrounded decimal string.