👉中文文档👈
Type | Description | Synchronous Result Retrieval | Points Deduction | Discount for Input Proxy | Running Status | Exclusive/Monthly (Contact Support) |
---|---|---|---|---|---|---|
recaptcha:universal | ReCaptcha (v2/v3 Universal), Direct token return |
✅ | 300 |
150 |
✅ | ❌ |
recaptcha:enterprise | ReCaptcha (v2/v3 Enterprise), Direct token return |
✅ | 500 |
250 |
✅ | ❌ |
recaptcha:steam | ReCaptcha (Steam), Direct token return |
✅ | 600 |
300 |
✅ | ❌ |
recaptcha:app | ReCaptcha (App Version), Direct token return |
✅ | 500 |
250 |
✅ | ❌ |
hcaptcha:universal | Hcaptcha Universal, Direct return of generated_pass_UUID |
✅ | 300 |
150 |
❌ | ❌ |
incapsula:reese84 | Incapsula Shield reese84 Universal, Returns solution parameter |
✅ | 210 |
❌ | ✅ | ❌ |
incapsula:utmvc | Incapsula Shield __utmvc Universal, Direct server seamless verification or __utmvc cookie |
✅ | 150 |
❌ | ✅ | ✅ |
akamai:v2 | Akamai v2, Direct return of _abck |
✅ | 1000 |
❌ | ✅ | ❌ |
tls:v1 | tls forwarding interface, targeting ja3, http2 fingerprint verification interfaces (such as akamai/cloudflare) |
✅ | 100 |
❌ | ✅ | ✅ |
Points
: Points consumed by the service,1 dollar = 66,000 points
($1 = 66,000 points
)User-Token
: User token, this parameter is required when calling the service, viewable on the user's homepage.Developer-ID
: Developer ID, used by developer users. If the invite link on a user's homepage is something like xxx/register?c=abcdef, thenabcdef
is the Developer ID.
Points Spent | Level | Discount | Description |
---|---|---|---|
100,000,000 |
VIP 1 |
90% |
Actual spend of 300 points is 270 points |
250,000,000 |
VIP 2 |
80% |
Actual spend of 300 points is 240 points |
600,000,000 |
VIP 3 |
70% |
Actual spend of 300 points is 210 points |
- Invitation Rebate: When the directly invited user consumes, you get a
20%
rebate (i.e.,A
invitesB
, for every300
pointsB
consumes,A
gets60
points as rebate). - Developer Rebate: When a user consumes and calls the service interface with a developer ID, the developer gets a
20%
rebate (no rebate for the inviter in this case). - Developer rebate has priority over invitation rebate (i.e., if
A
invitesB
, andB
entersC's
developer ID,C
gets20%
rebate, andA
gets nothing).
- Convert to Balance: Convert
1:1
to balance for service consumption. - Cash Out: Currently supports cash out in denominations of
10U
,20U
,50U
,100U
. Withdrawals are only toBSC chain (BEP20)
addresses.
http://api.nocaptcha.io/api/get_user_balance?user_token={User-Token}&nickname={nickname}
Parameter Name | Type | Description | Required |
---|---|---|---|
User-Token |
String |
User token xxxx-xxx... |
Yes |
nickname |
String |
Username for login. [email protected] |
Yes |
http://api.nocaptcha.io/api/get_user_balance?user_token=40201fad-6666-3333-9999-b9f658666666&[email protected]
{
"code": 200,
"msg": "success",
"data": {
"money_data": {
"balance": "9112475",
"profit": "3471240",
"used_profit": "0",
"consume": "887524",
"today_consume": "0"
}
}
}