FAQ
Authentication, API keys, rate limits, and core integration rules
Last updated
Was this helpful?
Authentication, API keys, rate limits, and core integration rules
Log in to your account, go to Settings, and click the Modify button. From there, you can create an API key that supports all frontend actions except for the crypto conversion feature and any operations requiring code confirmation (such as withdrawals or enabling/disabling two-factor authentication). Copy your API KEY and SECRET. Please note that the SECRET is displayed only once, at the time of key creation. If you lose it, you will need to regenerate the API KEY, which will also generate a new SECRET.
The generated API key can be valid for up to 1 year, and you can select the expiration option that best suits your needs during creation.
The API key is intended solely for accessing data within your personal account. All public endpoints are available without requiring any additional keys.
To work with private endpoints via the API, you will need at least the following 2 variables:
API KEY + SECRET (generate your ones)
SIGNATURE (see examples of generation)
3
50
2000
10000
These limits apply to both public and private endpoints that require an API key. If you exceed the limits, you may be temporarily blocked. In the case of repeated violations, your API key may be permanently blocked.
You can use the API to retrieve specific data from the Outpoll platform. By using API keys, you can automate trading, create your own trading bots, and build custom analytics tools.
To simplify integration and interaction with our API, we provide ready-to-use examples written in Python. We recommend reviewing several examples before you begin.
Last updated
Was this helpful?
Was this helpful?

