Request
Body Params application/json
{
"baseCurrency": "string",
"targetCurrency": "string"
}
Request Code Samples
curl --location --request POST 'https://api.pelagotech.com/openapi/fiat/getRate' \
--header 'X-App-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"baseCurrency": "string",
"targetCurrency": "string"
}'
Responses
{
"code": 0,
"data": {
"baseCurrency": "string",
"targetCurrency": "string",
"applicationRate": 0
},
"msg": "string"
}
Modified at 2026-01-09 07:26:17