taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

api-bank-conversion-info.rst (1636B)


      1 ..
      2   This file is part of GNU TALER.
      3 
      4   Copyright (C) 2014-2025 Taler Systems SA
      5 
      6   TALER is free software; you can redistribute it and/or modify it under the
      7   terms of the GNU Affero General Public License as published by the Free Software
      8   Foundation; either version 2.1, or (at your option) any later version.
      9 
     10   TALER is distributed in the hope that it will be useful, but WITHOUT ANY
     11   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12   A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
     13 
     14   You should have received a copy of the GNU Affero General Public License along with
     15   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
     16 
     17   @author Marcello Stanisci
     18   @author Christian Grothoff
     19   @author Florian Dold
     20 
     21 =========================
     22 Taler Conversion Info API
     23 =========================
     24 
     25 This chapter describes the conversion info API. The conversion info API
     26 is used by wallets for withdrawals that involve a currency conversion.
     27 
     28 
     29 The current protocol version is **v2**.
     30 
     31 * The wallet-core is currently targeting protocol version **v2**.
     32 
     33 **Version history:**
     34 
     35 * ``v2``: adds ``/rate`` endpoint
     36 
     37 **Upcoming versions:**
     38 
     39 * None anticipated.
     40 
     41 **Ideas for future version:**
     42 
     43 * ``vXXX``: marker for features not yet targeted for release
     44 
     45 
     46 
     47 .. include:: bank-conversion-info/get-config.rst
     48 
     49 .. include:: bank-conversion-info/get-rate.rst
     50 
     51 .. _cashin-rates:
     52 
     53 .. include:: bank-conversion-info/get-cashin-rate.rst
     54 
     55 .. _cashout-rates:
     56 
     57 .. include:: bank-conversion-info/get-cashout-rate.rst
     58 
     59 .. include:: bank-conversion-info/post-conversion-rate.rst