How to Connect to Base
You can connect to Base 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.Base Mainnet
To get your API key, create a project using a unique Identifier as the project name and select Base from the network options.
Create a Base project

view Base project
Base Sepolia
To get your API key, create a project using a unique Identifier as the project name and select Base Sepolia from the network options.
Create a Base Sepolia project

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

