summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 5fa7fe7c..0445dd5f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -284,6 +284,9 @@ Obtaining wire-transfer information
interface WireResponse {
+ // Master public key of the exchange, must match the key returned in /keys.
+ master_public_key: EddsaPublicKey;
+
// Array of wire accounts operated by the exchange for
// incoming wire transfers.
accounts: WireAccount[];