API Reference
Base URL:
https://rpc.astranode.cloudGET /health
Check service status.
curl https://rpc.astranode.cloud/healthResponse:
{ "ok": true, "ts": 1730190000000 }GET /quota
Check remaining free quota.
curl https://rpc.astranode.cloud/quotaResponse:
{ "identity": "0xYourWallet", "freeRemaining": 15 }POST /rpc
JSON-RPC passthrough endpoint.
Example:

