curl --location --request POST '/onramp/api/v2/whiteLabel/offramp/createTransaction' \
--data-urlencode 'chain=matic20' \
--data-urlencode 'customerId=G8tWaHyvdg_2' \
--data-urlencode 'fiatAccountId=4d7c644a67e665698d9ed36476b035ee' \
--data-urlencode 'fromAmount=50' \
--data-urlencode 'fromCurrency=USDC' \
--data-urlencode 'rate=84.3227' \
--data-urlencode 'toAmount=4123.21' \
--data-urlencode 'toCurrency=INR' \
--data-urlencode 'merchantRecognitionId=devTestOfframp-1'
{
"status": 1,
"code": 200,
"data": {
"transactionId": "436",
"createdAt": "2023-11-24 13:19:58",
"depositAddress": {
"address": "0xf18d064ec3ab7b9e900e4daa89798d29e8b4eab5",
"chain": "matic20"
}
}
}