summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-09 21:59:38 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-09 21:59:38 +0200
commit8bff8ca74559e5f7887e8ec85b21ddc71ce4c695 (patch)
tree979d76b1be8be2a848b18d658b26ea0f57ff30dd /api-exchange.rst
parente5502bf9834b16b9d6cd00cbef69612b662bbdf2 (diff)
downloaddocs-8bff8ca74559e5f7887e8ec85b21ddc71ce4c695.tar.gz
docs-8bff8ca74559e5f7887e8ec85b21ddc71ce4c695.tar.bz2
docs-8bff8ca74559e5f7887e8ec85b21ddc71ce4c695.zip
document /track API of merchant
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 5fb2f138..fb08ed92 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1013,7 +1013,7 @@ typically also view the balance.)
// coin's public key, both ECDHE and EdDSA.
coin_pub: CoinPublicKey;
- // The total amount the original deposit was worth.
+ // The total amount the original deposit was worth.
deposit_value: Amount;
// applicable fees for the deposit
@@ -1021,7 +1021,7 @@ typically also view the balance.)
}
-.. http:post:: /track/transaction
+.. http:get:: /track/transaction
Provide the wire transfer identifier associated with an (existing) deposit operation.