Changes to Get rates for a base currency effective from a specific time
GET /v1/rates/{base}
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 2 revisions of this API.12
What changed
- ●
changed the pattern of the
pathrequest parameterbasefrom^[A-Z]{3}$to^[A-Z]{3,4}$request-parameter-pattern-changed
- ○
the
results/items/baseresponse's property pattern was changed from^[A-Z]{3}$to^[A-Z]{3,4}$for the status200response-property-pattern-changed
- ○
the
results/items/targetresponse's property pattern was changed from^[A-Z]{3}$to^[A-Z]{3,4}$for the status200response-property-pattern-changed
- ●