post https://api.calypso.finance/api/v1/c2f/order//rate
Permission annotations:
Responses
Permission annotations:
xxxxxxxxxx
11curl --request POST \
--url https://api.calypso.finance/api/v1/c2f/order/CARD/rate \
--header 'accept: */*' \
--header 'content-type: application/json' \
--data '
{
"payload": {
"fiatCurrency": "ARS"
}
}
'
xxxxxxxxxx
{
"rateId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rate": 0,
"fiatCurrency": "ARS",
"currency": "string",
"expiredDate": "2025-04-06T12:18:25.475Z"
}