Overview

Elements API

Elements provides both a REST and gRPC API. The GRPC API uses protocol buffers to define the content of request and response messages.

If you are using Python, Elements also provides a Python SDK.

Installation

To get started, install the API like this:

pip install elements-api

https://pypi.org/project/elements-api/

If you are using the SDK, install it like this:

pip install privateer-elements-sdk

https://pypi.org/project/privateer-elements-sdk/

For more information about the SDK, please refer to the SDK section.