🔑 Authentication
API Token
Telegram Bot @DePix_stable_bot
/apitoken <label> <days> [all|deposit|withdraw]
label
- A completely arbitrary text of your choice, with no spaces, such as server001
or apitoken2024
. This label will be used to manage your token later. In the future, you can invalidate your token using this label, for example, if it is no longer in use or has been compromised.days
- The number of days the token will remain valid, with 365 (one year) being the maximum.scope
- One of the following options: all
, deposit
or withdraw
.Example
/apitoken token001 7 all
How to use the JWT Token
Authorization: Bearer <token>
<token>
with the JWT token generated by our Telegram bot.Modified at 2025-05-09 06:10:21