API Reference
Kwery exposes:
- JSON-RPC at
POST /rpc— standard Kaspa node methods - REST at
/v1/*— account limits, status, and enhanced APIs
Base URL: https://kwery-api.com
All authenticated endpoints require an X-API-Key header.
Plans
| Plan | Credits/mo | Rate limit |
|---|---|---|
| Free | 1M | 5 req/s |
| Developer | 10M | 25 req/s |
| Business | 50M | 50 req/s |
See Plans & Pricing and Credits.
Endpoint groups
| Group | Description | Plan |
|---|---|---|
| JSON-RPC Methods | getBlock, getUtxosByAddresses, submitTransaction, … | All |
| Limits | Plan, credits, and rate limits | All |
| Status | Platform status | All |
| Health | Liveness check (no auth) | — |
| Address Activity | GET /v1/addresses/{address}/activity | Developer+ |
| Webhooks | Webhook management API | Developer+ |