Prime API: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
(Created page with "Prime API is based on JSON, delivered through HTTPS and is mostly REST-ful. ==Public API== Public API calls are available without authentication. ==Private API== Private A...")
 
No edit summary
Line 8: Line 8:


Private API calls require authentication via:
Private API calls require authentication via:
* API key and optionally
* Your personal API key and optionally
* IP address
* IP address


Private API is '''off by default'''. You need to enable it in your profile.
Private API is '''off by default'''. You need to enable it in your profile.

Revision as of 18:24, 7 February 2014

Prime API is based on JSON, delivered through HTTPS and is mostly REST-ful.

Public API

Public API calls are available without authentication.

Private API

Private API calls require authentication via:

  • Your personal API key and optionally
  • IP address

Private API is off by default. You need to enable it in your profile.