Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Our Exchange API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes and verbs.

Authentication

Authentication is based on API Tokens plus a shared secret which is used to compute a required X-Signature header.

...