commit aae9adcf203af1ee1b8271e9a13887974c2fb656 parent 4b45609fb5b9b8e472a3bfb84354b6b548f92e7b Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 11 Dec 2022 13:48:49 +0100 add asset_type to /keys response Diffstat:
| M | core/api-exchange.rst | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -82,9 +82,14 @@ possibly by using HTTPS. // The exchange's base URL. base_url: string; - // The exchange's currency. + // The exchange's currency or asset unit. currency: string; + // Type of the asset. "fiat", "crypto", "regional" + // or "stock". Wallets should adjust their UI/UX + // based on this value. + asset_type: string; + // EdDSA master public key of the exchange, used to sign entries // in ``denoms`` and ``signkeys``. master_public_key: EddsaPublicKey;