Skip to main content
This quickstart guide will help you set up and start using Winnie’s services quickly.

Create an Account

  1. Visit Winnie Dashboard
  2. Sign up for an account
  3. Verify your email address

Get Your API Key

Once you’ve created an account, you’ll automatically get a free API key. You can view and manage your API keys in the dashboard.
  1. Navigate to the “API Keys” section in the dashboard
  2. Your default API key will be displayed
  3. You can generate additional API keys based on your plan
Store your API keys securely and never expose them in client-side code.

Make Your First Request

Now you can make your first API request using your API key:
curl -X POST https://api.henlo-winnie.dev/v1/mainnet/YOUR_API_KEY \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
Replace mainnet with devnet if you want to connect to the testnet.

Available Plans

Enterprise plans are available with custom pricing and features. Contact our sales team for more information.

Next Steps

Now that you’ve made your first request, you can explore more of Winnie’s features: