API V1
Introduction
The trading API uses an API Key based authentication system to operate with accounts.
The API Keys works with a permission based system. In the trading API, you can delegate access to one of your Subaccounts to an specific API key with an associated scope
For the API spec, use : https://tradingapi.prvx.io/api#/
API Key Management
Certain components of the trading API require authentication to manage API keys and account permissions.
To simplify the process, API key generation is accessible directly through the Privex app:
Privex App Link: https://app.prvx.io/account/api-management
When setting up your API key through the Privex app, you will be able to define the following permissions settings for the key:
Permissions/Scopes: You must define which permissions are enabled for this key to control what actions it can perform (e.g., read-only, trading execution).
Last updated