Getting Started For Agents
Here are the basic instructions for agents to programmatically create Helius accounts. For complete workflows, commands, exit codes, and more, reference the Helius CLI agent file.Install the Helius CLI
Generate a Keypair
~/.helius-cli/keypair.json and return the wallet address to fund.
Fund the Generated Wallet (Manual)
Send 1 USDC on Solana and 0.001 SOL to the wallet address provided in Step 2.Signup and Get an API Key
Once your agent’s wallet is funded, it can sign up for an account and create an API key:Using Your API Key
Once your project is created, you’ll receive a response like this:response.apiKey.
To extract the RPC URL endpoints, use response.endpoints.mainnet or response.endpoints.devnet
That’s it!
Your agent now has a Helius API key that it can use as a query parameter in all requests.
Log in with an Existing Wallet
If you already have a funded wallet with a Helius account use:Rate Limits and Credits
- 1,000,000 credits on signup
- Use
helius usage --jsonto monitor remaining credits - Rate limits vary by plan
Next Steps
Quickstart Guide
Start making your first API calls with Helius
API Reference
Explore all available endpoints and methods
View Plans
Understand Helius plans and upgrade options
Dashboard
Monitor your API usage and manage keys