Authorization: Bearer ********************{
"participantCode": "string",
"orderAmount": {
"amount": "string",
"currency": "string"
},
"paymentCurrency": "string"
}curl --location '/v2.0/payment/crypto/checkouts/quotations' \
--header 'Content-Type: application/json' \
--data '{
"participantCode": "string",
"orderAmount": {
"amount": "string",
"currency": "string"
},
"paymentCurrency": "string"
}'{
"code": "SUCCESS",
"msg": "Quotation created successfully",
"data": {
"quotationId": "string",
"participantCode": "string",
"price": "string",
"paymentAmount": {
"amount": "string",
"currency": "string"
},
"orderAmount": {
"amount": "string",
"currency": "string"
},
"quotationExpiry": 0
}
}