KadoQuoteResponse
KadoQuoteResponse =
object
Defined in: packages/plugins/src/kado/types.ts:142
Properties
Section titled “Properties”data:
object
Defined in: packages/plugins/src/kado/types.ts:145
quote:
object
quote.asset
Section titled “quote.asset”asset:
string
quote.baseAmount
Section titled “quote.baseAmount”baseAmount:
object
quote.baseAmount.amount
Section titled “quote.baseAmount.amount”amount:
number
quote.baseAmount.currency
Section titled “quote.baseAmount.currency”currency:
KadoFiatCurrency
quote.bridgeFee
Section titled “quote.bridgeFee”bridgeFee:
object
quote.bridgeFee.amount
Section titled “quote.bridgeFee.amount”amount:
number
quote.bridgeFee.currency
Section titled “quote.bridgeFee.currency”currency:
KadoFiatCurrency
quote.bridgeFee.originalAmount
Section titled “quote.bridgeFee.originalAmount”originalAmount:
number
quote.bridgeFee.promotionModifier
Section titled “quote.bridgeFee.promotionModifier”promotionModifier:
number
quote.feeType
Section titled “quote.feeType”feeType:
string
quote.maxValue
Section titled “quote.maxValue”maxValue:
object
quote.maxValue.amount
Section titled “quote.maxValue.amount”amount:
number
quote.maxValue.unit
Section titled “quote.maxValue.unit”unit:
string
quote.minValue
Section titled “quote.minValue”minValue:
object
quote.minValue.amount
Section titled “quote.minValue.amount”amount:
number
quote.minValue.unit
Section titled “quote.minValue.unit”unit:
string
quote.networkFee
Section titled “quote.networkFee”networkFee:
object
quote.networkFee.amount
Section titled “quote.networkFee.amount”amount:
number
quote.networkFee.currency
Section titled “quote.networkFee.currency”currency:
KadoFiatCurrency
quote.networkFee.originalAmount
Section titled “quote.networkFee.originalAmount”originalAmount:
number
quote.networkFee.promotionModifier
Section titled “quote.networkFee.promotionModifier”promotionModifier:
number
quote.price
Section titled “quote.price”price:
object
quote.price.amount
Section titled “quote.price.amount”amount:
number
quote.price.price
Section titled “quote.price.price”price:
number
quote.price.symbol
Section titled “quote.price.symbol”symbol:
string
quote.price.unit
Section titled “quote.price.unit”unit:
string
quote.processingFee
Section titled “quote.processingFee”processingFee:
object
quote.processingFee.amount
Section titled “quote.processingFee.amount”amount:
number
quote.processingFee.currency
Section titled “quote.processingFee.currency”currency:
KadoFiatCurrency
quote.processingFee.originalAmount
Section titled “quote.processingFee.originalAmount”originalAmount:
number
quote.processingFee.promotionModifier
Section titled “quote.processingFee.promotionModifier”promotionModifier:
number
quote.receive
Section titled “quote.receive”receive:
object
quote.receive.amount
Section titled “quote.receive.amount”amount:
number
quote.receive.originalAmount
Section titled “quote.receive.originalAmount”originalAmount:
number
quote.receive.symbol
Section titled “quote.receive.symbol”symbol:
string
quote.receive.unit
Section titled “quote.receive.unit”unit:
string
quote.receive.unitCount
Section titled “quote.receive.unitCount”unitCount:
number
quote.receiveAmountAfterFees
Section titled “quote.receiveAmountAfterFees”receiveAmountAfterFees:
object
quote.receiveAmountAfterFees.amount
Section titled “quote.receiveAmountAfterFees.amount”amount:
number
quote.receiveAmountAfterFees.currency
Section titled “quote.receiveAmountAfterFees.currency”currency:
KadoFiatCurrency
quote.receiveAmountAfterFees.originalAmount
Section titled “quote.receiveAmountAfterFees.originalAmount”originalAmount:
number
quote.receiveUnitCountAfterFees
Section titled “quote.receiveUnitCountAfterFees”receiveUnitCountAfterFees:
object
quote.receiveUnitCountAfterFees.amount
Section titled “quote.receiveUnitCountAfterFees.amount”amount:
number
quote.receiveUnitCountAfterFees.currency
Section titled “quote.receiveUnitCountAfterFees.currency”currency:
KadoFiatCurrency
quote.smartContractFee
Section titled “quote.smartContractFee”smartContractFee:
object
quote.smartContractFee.amount
Section titled “quote.smartContractFee.amount”amount:
number
quote.smartContractFee.currency
Section titled “quote.smartContractFee.currency”currency:
KadoFiatCurrency
quote.smartContractFee.originalAmount
Section titled “quote.smartContractFee.originalAmount”originalAmount:
number
quote.smartContractFee.promotionModifier
Section titled “quote.smartContractFee.promotionModifier”promotionModifier:
number
quote.totalFee
Section titled “quote.totalFee”totalFee:
object
quote.totalFee.amount
Section titled “quote.totalFee.amount”amount:
number
quote.totalFee.currency
Section titled “quote.totalFee.currency”currency:
KadoFiatCurrency
quote.totalFee.originalAmount
Section titled “quote.totalFee.originalAmount”originalAmount:
number
request
Section titled “request”request:
object
request.amount
Section titled “request.amount”amount:
number
request.asset
Section titled “request.asset”asset:
string
request.blockchain
Section titled “request.blockchain”blockchain: keyof typeof
SupportedKadoChain
request.currency
Section titled “request.currency”currency:
KadoFiatCurrency
request.fiatMethod
Section titled “request.fiatMethod”fiatMethod:
KadoFiatMethod
request.ipCountry
Section titled “request.ipCountry”ipCountry:
string
request.partner
Section titled “request.partner”partner:
string
request.reverse
Section titled “request.reverse”reverse:
false
request.transactionType
Section titled “request.transactionType”transactionType:
string
message
Section titled “message”message:
string
Defined in: packages/plugins/src/kado/types.ts:144
success
Section titled “success”success:
boolean
Defined in: packages/plugins/src/kado/types.ts:143