Get details of currency exchange rate

GET /api-v1/currency-exchange/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

GET /api-v1/currency-exchange/{id}
curl \
 -X GET http://wyzio.app/api-v1/currency-exchange/{id} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "currencyFrom": 42,
  "currencyTo": 42,
  "date": "string",
  "id": 42,
  "rate": 42.0
}