- Select Project: Choose your project from the top dropdown (e.g., “Default Project”).
- Select Network: Use the network selector to switch between chains (e.g., Lisk vs Ethereum) and environments (Mainnet vs Testnet).

- HTTP Endpoint: Use this for standard JSON-RPC requests (e.g., fetching block data).
- WSS Endpoint: Use this for real-time subscriptions and events.

- Adding the API key as a query string
?api_key=${APIKEY} - Or the request header
-H 'authorization: APIKEY ${APIKEY}'
eth_getBlockByNumber) and a language (e.g., bash, js, python) to generate a ready-to-use code snippet tailored to your API key.

Rotate API Key
Rotating API keys is important when an unauthorized third party has access to your API key. You have the option to reset it by using the Rotate Key button located in the project dashboard.

