Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP 171: Currency/exchange rate information API #499

Merged
merged 18 commits into from
Mar 14, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bip-xchgrate: Recommend HTTPS
  • Loading branch information
luke-jr committed Mar 6, 2017
commit d5600c5b748289fab53f87dff089a407602e052b
1 change: 1 addition & 0 deletions bip-xchgrate.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All matching parameters may be specified with multiple comma-separated values, w
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.
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.
All inquiries for bitcoin amounts MUST be specified in XBT, even if the presentation to the end user is in another unit.
Expand Down