From 43aa6f81901c39db070a685eb28578651c22c7c4 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 6 Mar 2017 02:42:55 +0000 Subject: [PATCH] bip-xchgrate: Note authentication --- bip-xchgrate.mediawiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bip-xchgrate.mediawiki b/bip-xchgrate.mediawiki index 68d1f071..fbf17cd9 100644 --- a/bip-xchgrate.mediawiki +++ b/bip-xchgrate.mediawiki @@ -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". 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 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?)