1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Assign BIP 171: Currency/exchange rate information API

This commit is contained in:
Luke Dashjr 2017-03-14 23:15:17 +00:00
parent d5600c5b74
commit 29584bb194
2 changed files with 10 additions and 3 deletions

View File

@ -658,6 +658,13 @@ Those proposing changes should consider that ultimately consent may rest with th
| Matt Corallo | Matt Corallo
| Standard | Standard
| Draft | 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! --> <!-- IMPORTANT! See the instructions at the top of this page, do NOT JUST add BIPs here! -->

View File

@ -1,10 +1,10 @@
<pre> <pre>
BIP: ? BIP: 171
Layer: Applications Layer: Applications
Title: Currency/exchange rate information API Title: Currency/exchange rate information API
Author: Luke Dashjr <luke+bip@dashjr.org> Author: Luke Dashjr <luke+bip@dashjr.org>
Comments-Summary: No comments yet. Comments-Summary: No comments yet.
Comments-URI: ? Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171
Status: Draft Status: Draft
Type: Standards Track Type: Standards Track
Created: 2017-03-04 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. 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. 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. 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?) (FIXME: or should this be satoshis?)