Query unlimited balance
Basic Information
Interface description: Get the unlimited proxy balance of the 922S5proxy main account through the interface.
Request address: https://docapi.922proxy.com/api/balance/unlimited
Request method: GET
Example Response
{ "code":"200", "data":[ { "expire_date":"22/04/2025 22:38:10", "host":"43.153.41.2", "status":"normal" }, { "expire_date":"29/04/2025 21:18:10", "host":"170.106.117.114", "status":"normal" }, { "expire_date":"29/04/2025 21:18:10", "host":"114.234.70.66", "status":"normal" } ], "msg":"Success" }
Request Parameters
Query
Parameter Name
Parameter Type
Required
Description
token
string
yes
Please log in to Dashboard >> My Account >> Account Security to view your token parameter values
key
string
yes
Please log in to Dashboard >> My Account >> Account Security to view your key parameter values
Return data
Parameter Name
Parameter Type
Required
code
string
Not required
data
object
Not required
data/expire_date
string
Required
data/host
string
Required
data/status
string
Required
msg
string
Not required
Last updated