commit 53340d9faf922fa0f39895d3829eac647eda0f25
parent 55bdee102df66c4243cefb47de8f8e08c884f5ef
Author: Antoine A <>
Date: Tue, 17 Jun 2025 19:40:29 +0200
corebank: update DD63 and API
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -1813,7 +1813,6 @@ Endpoints for Integrated Sub-APIs
.. http:any:: /conversion-info/*
Global conversion rate infos.
- Deprecated since **v9**
All endpoints under this prefix are specified
by the :doc:`GNU Taler Conversion Info API </core/api-bank-conversion-info>`.
\ No newline at end of file
diff --git a/design-documents/063-libeufin-conversion-rate-classes.rst b/design-documents/063-libeufin-conversion-rate-classes.rst
@@ -132,8 +132,6 @@ Taler Conversion Info API
We need to move the current conversion-info API from ``/conversion-info/*`` to ``/accounts/$USERNAME/conversion-info/*`` to take into account user specific conversion rate.
-We keep the current API to only show the default rate for retro compatibility.
-
A ``/rate`` to get, the potentially private, user specific conversion rate.
Taler Core Bank API