list_currencies
Retrieve a list of currencies from Bexio, optionally with exchange rates valid on a given date. Use limit, offset, and embed parameters to customize the response.
Instructions
Fetch a list of currencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | the validity date for the fetched exchange rate | |
| embed | No | The embed parameters is being used for embedding related resources in the response. <br><br> **Example** <br> In case of ```embed=exchange_rate``` the fields ```exchange_rate```, ```exchange_rate_id```, ```ratio```, ```exchange_rate_to_ratio```, ```source```, ```source_reason``` and ```exchange_rate | |
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query |