summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-16 19:23:59 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-16 19:23:59 +0200
commitc603e6d873a95d7545bf7addb565b465ab1afcec (patch)
tree264a65e4f5e68c3370221b863c4331d9b626acd2 /core
parentb156b9f069babf4860943dd54541120b8cf3e455 (diff)
downloaddocs-c603e6d873a95d7545bf7addb565b465ab1afcec.tar.gz
docs-c603e6d873a95d7545bf7addb565b465ab1afcec.tar.bz2
docs-c603e6d873a95d7545bf7addb565b465ab1afcec.zip
new configuration option: wallet balance threshold
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 59edb2a0..7f4f57c0 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -131,6 +131,12 @@ possibly by using HTTPS.
// not signed (!), can change without notice.
reserve_closing_delay: RelativeTime;
+ // Maximum amount that a wallet is allowed to hold without
+ // having to undergo the KYC process of the issuing
+ // exchange. Optional option, if not given there is no limit.
+ // Currency must match ``currency``.
+ wallet_balance_limit_without_kyc?: Amount;
+
// Denominations offered by this exchange.
denoms: Denom[];