Users need to have the available traffic of the residential proxies to call this function.
API Referance
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter Name | Example Value | Parameter Type | Is this field required | Parametric Description |
|---|---|---|---|---|
| Authorization | Bearer {{token}} | string | Yes | JWT authentication – Format: Bearer {token} |
| Parameter Name | Example Value | Parameter Type | Is this field required | Parametric Description |
|---|---|---|---|---|
| suname | - | string | No | Sub-user username (optional) |
| st | 0 | integer | No | Start timestamp (UTC seconds), optional |
| et | 0 | integer | No | End timestamp (UTC seconds), optional |
{
"code":200,
"message":"sucess.",
"results":[
{
"period":"2026-08-19T00:00:00+08:00",
"timestamp":0,
"total_traffic_count":0
}
]
}
{
"code":403,
"message":"unauthorized",
"results":null
}
| Parameter Name | Example Value | Parameter Type | Is this field required | Parametric Description |
|---|---|---|---|---|
| Content-Type | application/json | string | Yes | Content Type |
{
"passwd":"2468",
"sig":"0d32dfeb0abbc13769a83e4b39248df4",
"ts":"1787109010",
"username":"user@example.com"
}
| Parameter Name | Example Value | Parameter Type | Is this field required | Parametric Description |
|---|---|---|---|---|
| username | user@example.com | string | Yes | User email account |
| passwd | 2468 | string | Yes | The string obtained by splitting the password into characters based on their odd positions. |
{
"code":200,
"message":"sucess.",
"results":{
"token":"3a0f1f6b9c7f4f69a4f8a3d6"
}
}
{
"code":41003,
"message":"username or passwd error.",
"results":null
}