Welcome

Welcome to the Zerocap OTC API. Using this API you'll be able to receive market data, place orders and get related information.

Getting Started

To connect, you must use a combination of the API Key and API Secret. These sets of credentials are specific to an account and cannot be generated by anyone except Zerocap. Zerocap will send you your credentials. Contact your account manager to get new credentials.

Quick Start

We recommend using the official Python SDK. First install the SDK:

pip install zerocap-api

Then start using the REST or Websocket clients.


What’s Next