List currencies
GET/accounting/currencies
JSON-RPC
accounting.currencies.search
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
List of currency objects. Key rates
contains dict with exchange rates
from the current currency to the currency set by ID as each rates
key.
If there is no exchange rate between two currencies - the value will equal
to None.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred