summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-03-14 23:15:17 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-03-14 23:15:21 +0000
commit29584bb19444948c019ecee855e575b0e76d9cbc (patch)
tree38fdc46470d5f299ce692860e837a3c698074984
parentd5600c5b748289fab53f87dff089a407602e052b (diff)
downloadbips-29584bb19444948c019ecee855e575b0e76d9cbc.tar.xz
Assign BIP 171: Currency/exchange rate information API
-rw-r--r--README.mediawiki7
-rw-r--r--bip-0171.mediawiki (renamed from bip-xchgrate.mediawiki)6
2 files changed, 10 insertions, 3 deletions
diff --git a/README.mediawiki b/README.mediawiki
index 1398ca3..f5f0db3 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -658,6 +658,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Matt Corallo
| Standard
| Draft
+|-
+| [[bip-0171.mediawiki|171]]
+| Applications
+| Currency/exchange rate information API
+| Luke Dashjr
+| Standard
+| Draft
|}
<!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! -->
diff --git a/bip-xchgrate.mediawiki b/bip-0171.mediawiki
index 00a96ed..237d233 100644
--- a/bip-xchgrate.mediawiki
+++ b/bip-0171.mediawiki
@@ -1,10 +1,10 @@
<pre>
- BIP: ?
+ BIP: 171
Layer: Applications
Title: Currency/exchange rate information API
Author: Luke Dashjr <luke+bip@dashjr.org>
Comments-Summary: No comments yet.
- Comments-URI: ?
+ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171
Status: Draft
Type: Standards Track
Created: 2017-03-04
@@ -28,7 +28,7 @@ Each result is always in JSON format, with a line-feed (never a carriage-return)
Authentication for subscription-based services MAY be supported using standard HTTP authentication.
It is recommended to use TLS (HTTPS), so that MITM attackers cannot deceive the client.
-To be BIP <FIXME> compatible, servers MUST support at least one currency-pair compared to XBT.
+To be BIP 171 compatible, servers MUST support at least one currency-pair compared to XBT.
All inquiries for bitcoin amounts MUST be specified in XBT, even if the presentation to the end user is in another unit.
(FIXME: or should this be satoshis?)