1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-30 12:42:43 +00:00

bip-xchgrate: Note authentication

This commit is contained in:
Luke Dashjr 2017-03-06 02:42:55 +00:00
parent a361076d49
commit 43aa6f8190

View File

@ -25,6 +25,8 @@ Four requests are defined, which are all made by a GET request to a common URI w
All matching parameters may be specified with multiple comma-separated values, which are to be interpreted as "any of these". All matching parameters may be specified with multiple comma-separated values, which are to be interpreted as "any of these".
Each result is always in JSON format, with a line-feed (never a carriage-return) separating multiple results. Each result is always in JSON format, with a line-feed (never a carriage-return) separating multiple results.
Authentication for subscription-based services MAY be supported using standard HTTP authentication.
To be BIP <FIXME> compatible, servers MUST support at least one currency-pair compared to XBT. To be BIP <FIXME> 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?)