Get Forex Rates

Get Forex Rates

Request
header Parameters
x-app-id
required
string

pass the project id

x-api-key
required
string

api-key

Request Body schema: application/json

Create a forex rate Request

object or null
Responses
200

Successfully fetched forex rates

400

bad input parameter

post/forex
Request samples
application/json
{ }
Response samples
application/json
{
  • "responseCode": "00",
  • "dateAndTimeTransmission": "0306150321",
  • "currencyCode": "404",
  • "currencyRates": "CURRENCY|RATE.BUY|RATE.SELL~EUR|122.64|134.04~USD|118.55|129.65~TZS|0.0416|0.0623~GBP|140.69|152.09~UGX|.0281|.0363~ZAR|8.6|13.72~JPY|1.125|1.1816~INR|1.46|1.607~CAD|85.89|91.42~AUD|89.2|94.72"
}