DePIN Proxy Network API
## DePIN Proxy Network API — One API, Every Job Execute any compute job via a global decentralized node network. No servers, no vendor lock-in, no subscriptions. Pay only per request. ### Supported job types | Job | Description | Cost | |-----|-------------|------| | `scrape_get` | Intelligent web scraping (auto/browser/CSS/AI) | ~2 MB | | `http_get` | Simple web fetch and analysis | ~1 MB | |…
DePIN Proxy Network API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
/api/enterprise/v1/limits /api/enterprise/v1/limits |
Returns your current plan limits, usage and available job types. |
| GET |
/api/enterprise/v1/jobs/{id}/result /api/enterprise/v1/jobs/{id}/result |
Poll for the result of a previously submitted job. Status: queued | running | completed | failed. |
| POST |
/api/enterprise/v1/jobs /api/enterprise/v1/jobs |
Submit a compute job to the decentralized node network. Returns a job ID to poll for results. |
| Other endpoints | ||
| GET |
Health Check /ping |
Check if the API is online |
| POST |
Execute Job /api/v1/public/request |
Send an HTTP request through the DePIN proxy network |
DePIN Proxy Network API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | $7 / month | 10 / second |
|
| PRO | Free | — |
|
| ULTRA | $49 / month | — |
|