How to Connect to Westend
You can connect to Westend using Blockops private API endpoints. Secure your data, speed up your queries, and take control of your API usage with our RPC API endpoint and personalized API keys. Sign up now to get your own API key. To get your API key, create a project using a unique Identifier as the project name and select Westend from the network options.
Create a Westend project

view Westend project
Send requests
All requests are
POST requests.- Adding the API key as a query string
?api_key=${APIKEY} - Or the request header
-H 'authorization: APIKEY ${APIKEY}'
- Download wscat from https://www.npmjs.com/package/wscat
- Install wscat by running the following command:
npm install -g wscat
For more information on the Westend network, please see the official Westend developer documentation.

