get
http://localhost:3001/api//currency_exchange_rate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success
Example Response
exchange_rates: {
"USD": {
"CAD": {
"2024-01-01": {
mosaic_id: 11111
mosaic_team_id: 12345
ratio: 1.25
source_currency_code: "USD",
target_currency_code: "CAD"
is_carried_over: true,
is_direct_inverse: true
},
},
}
} 400Missing start or end date
401Invalid Authentication Key and/or Team ID
404Unable to find Source Currency with the provided source_currency_code
