API Reference

circle-info

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

chevron-right402 Payment Required (when free quota exceeded)hashtag

Response: