Retrieve latest exchange rates between currencies. If no params are passed, all available rates will be returned.
Authorization header containing the JWT access token returned from the generate token endpoint. The token already includes the Bearer prefix. Example: Authorization: Bearer eyJhbGciOi...
Filter by source currency (3-letter ISO code) Ex. USD
"USD"
Filter by target currency (3-letter ISO code) Ex. TZS
"TZS"
Exchange Rates Response
The response is of type object[]
.