API Reference

All endpoints are HTTPS-only.

Base URL:

https://rpc.astranode.cloud

GET /health

Check service status.

curl
curl https://rpc.astranode.cloud/health

Response:

response.json
{ "ok": true, "ts": 1730190000000 }

GET /quota

Check remaining free quota.

curl
curl https://rpc.astranode.cloud/quota

Response:

response.json
{ "identity": "0xYourWallet", "freeRemaining": 15 }

POST /rpc

JSON-RPC passthrough endpoint.

Example:

Successful Response

402 Payment Required (when free quota exceeded)

Response: