Exchange Rates
List of exchange rates
List of all exchange rates paginated
get/exchange-rates
Query parameters
organization_idinteger
Search exchange rates by organization ID
Response
Success
Example response
{
"message": "success.",
"exchange_rates": [
{
"id": 2,
"currency_id": 75,
"organization_id": 1,
"rate": 50.2
}
],
"page_context": {
"page": 1,
"per_page": 200,
"total": 15,
"count": 15
}
}