Pending Jobs
—
Solved Today
—
Solver Status
checking…
Pending Queue
| Job ID | Platform | Age | |
|---|---|---|---|
| Loading… | |||
Recent Resolved
| Job ID | Platform | Solved At | Time | |
|---|---|---|---|---|
| Loading… | ||||
Solver Setup
1
Install Tampermonkey in your browser (Chrome/Edge recommended — must be your residential browser, not on the server).
2
Download and install the userscript: bouncezero-relay.user.js
Tampermonkey will open it automatically — click "Install".
Tampermonkey will open it automatically — click "Install".
3
Open the Solver page in a tab in your browser and leave it open.
It will automatically poll for jobs, navigate to Wise, capture the token, and return — all on its own.
It will automatically poll for jobs, navigate to Wise, capture the token, and return — all on its own.
4
That's it. The solver runs fully automatically. You don't need to do anything else.
API Reference
# Request a token (from your server / BounceZero)
POST https://relay.bouncezero.io/api/queue/request
X-API-Key: bz-relay-secret-change-me
Content-Type: application/json
{ "email": "user@example.com", "platform": "wise" }
# Response (blocks until token is delivered, ~5-15s):
{ "job_id": "abc123", "token": "0.xxxx..." }
POST https://relay.bouncezero.io/api/queue/request
X-API-Key: bz-relay-secret-change-me
Content-Type: application/json
{ "email": "user@example.com", "platform": "wise" }
# Response (blocks until token is delivered, ~5-15s):
{ "job_id": "abc123", "token": "0.xxxx..." }