From 82fd50be9d9fcb6357b51d1d1bcf15a27375f6c4 Mon Sep 17 00:00:00 2001 From: georgematheos Date: Fri, 29 Dec 2017 11:23:32 -0500 Subject: [PATCH] Specify units for bitcoin amounts I added a line at the beginning of the API specifying that amounts are given in satoshis. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d7b647..aeb093c 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ BWS can be used with PM2 with the provided `app.js` script: * TX Proposals templates are signed by copayers and verified by others, so the BWS cannot create or tamper with them. # REST API + +Note: all currency amounts are in units of satoshis (1/100,000,000 of a bitcoin). + ## Authentication In order to access a wallet, clients are required to send the headers: