Help Center
Our products knowledge base for customers
API Token
API Token
The API Token subsection is used to connect to external APIs. You can use it to create and manage tokens that provide access to API functionality.
![]()
To add a token in the selected broker, click the Add token button.
![]()
When creating a token, you need to provide the following information:
| Name | Description |
|---|---|
| Name token | An arbitrary name for the token. |
| Member | The ID of the profile member who has permissions that determine the range of requests available when working with the API. If you want all functions to be available, select a participant with Full access access or create a new member |
| Expire date | The expiration date, i.e., the date when the token will become invalid. |
| Description | Description. Added optionally for a token (e.g., to make it easier to identify or describe its purpose) |
Click CREATE to complete the token creation. You will see a message that the token has been generated.
The token in the message must be copied, as it will be displayed by the system only once.
![]()
Click COPY to copy the token to the clipboard or COPY AND CLOSE to copy it and close the notification.
REST API
A list of possible REST API queries is available at https://rest.unity.finance/docs/.
Please note! The daily number of API requests is limited. The limits are displayed in the response headers when sending a request:x-limit-cost- the cost of sending a specific request, in units;x-limit-day- the total unit limit that can be used for requests;x-limit-timerestriction-ms- the maximum available request rate, in milliseconds;x-limit-timerestrictionleft-ms- the time before the next request can be sent, in milliseconds;x-limit-used- the limit used.
To use a selected query, open it, click the Try it out button, and enter your token in the 'auth-token' field. The process of creating a token and using it in the public API is described in instructions.
Please note! The daily number of API requests is limited.