summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index f78a8cb3..a6a913af 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1261,7 +1261,10 @@ Administrative API: Bank transactions
// When was the transaction executed
execution_date: Timestamp;
- // Wire details
+ // Client's wire details, so that the exchange knows from whom money comes from.
+ // We strees again that in order to create a reserve on any exchange, an equivalent
+ // amount of money must be wire transferred from the client's to the exchange's
+ // bank account
wire: any;
}