GET
/
quotes
/
{quoteId}
curl --request GET \
  --url https://api-sandbox.koywe.com/rest/quotes/{quoteId}
{
  "quoteId": "63da8100c6d0af192f9f9e8c",
  "amountIn": 238228,
  "amountOut": 1,
  "symbolIn": "CLP",
  "symbolOut": "BNB",
  "paymentMethodId": "632d7fe6237ded3a748112cf",
  "exchangeRate": 235816,
  "koyweFee": 2358.16,
  "networkFee": 54,
  "co2": 0,
  "validFor": 10,
  "validUntil": 1675264266
}

Path Parameters

quoteId
string
required

The quote's identifier.

Response

200
application/json
successful operation
quoteId
string
Example:

"63da8100c6d0af192f9f9e8c"

amountIn
number
Example:

238228

amountOut
number
Example:

1

symbolIn
string
Example:

"CLP"

symbolOut
string
Example:

"BNB"

paymentMethodId
string
Example:

"632d7fe6237ded3a748112cf"

exchangeRate
number
Example:

235816

koyweFee
number
Example:

2358.16

networkFee
number
Example:

54

co2
number
Example:

0

validFor
number
Example:

10

validUntil
number
Example:

1675264266