{
"quoteId": "1062602061739339341911",
"merchantId": "2512201641474120003995",
"partnerOrderId": "456456457",
"slippageTolerance":0
}curl --location '/api/v1/orders/fiat_to_crypto' \
--header 'x-app-id;' \
--header 'x-timestamp;' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'Content-Type: application/json' \
--data '{
"quoteId": "1062602061739339341911",
"merchantId": "2512201641474120003995",
"partnerOrderId": "456456457",
"slippageTolerance":0
}'{
"success": true,
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"orderId": "string",
"merchantId": "string",
"orderType": "DEPOSIT_FIAT",
"status": "CREATED",
"createdAt": "2019-08-24T14:15:22.123Z",
"fromAmount": {
"value": "string",
"currency": "USDT"
},
"toAmount": {
"value": "string",
"currency": "USDT"
},
"exchangeRate": "string",
"fees": [
{
"type": "string",
"name": "string",
"desc": "string",
"amount": {
"value": "string",
"currency": "USDT"
}
}
]
}
}