Authorization: Bearer ********************{
"participantCode": "B0100348",
"orderAmount": {"amount": "10.00", "currency": "USD"},
"orderCurrency": "USD",
"paymentCurrency": "USDT"
}curl --location '/v2.0/payment/crypto/checkouts/quotations' \
--header 'Content-Type: application/json' \
--data '{
"participantCode": "B0100348",
"orderAmount": {"amount": "10.00", "currency": "USD"},
"orderCurrency": "USD",
"paymentCurrency": "USDT"
}'{
"code": 200,
"msg": "success",
"data": {
"quotationId": "ebb32544-60c0-4568-9969-93d5086becb2",
"participantCode": "B0100348",
"price": "1.00291",
"paymentAmount": {
"amount": "10.029084",
"currency": "USDT"
},
"orderAmount": {
"amount": "10.00",
"currency": "USD"
},
"quotationExpiry": 1784439634359
}
}