Docs
Use plug as a drop-in HTTP JSON-RPC endpoint for Plumise.
RPC URLs
https://plug.plumise.com/rpc/<API_KEY>
Testnet: https://plug.plumise.com/rpc/testnet/<API_KEY>
cURL
curl -sS https://plug.plumise.com/rpc/<API_KEY> \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'Notes
- Prefer keeping API keys out of logs (see nginx notes in deploy docs).
- Rotate/revoke keys from the dashboard if leaked.
Go to login to create your first key.