Quickstart
Make your first API call using Helius in just a few steps.
Sign up for a Free Helius Account
Head over to the Helius Dashboard and create your free account.
Grab Your API Key
Go to the API Keys section of your dashboard and copy your key.
Make Your First API Call
Paste your API key into the input field and click the button to fetch a random NFT from the owner address 86xCn…o2MMY
using the getAssetsByOwner method.
Success!
Success! You’ve fetched a random NFT owned by the address 86xCn…o2MMY
which is the wallet address of Anatoly Yakovenko, one of the founders of Solana.
Now let’s do it using code
We’ll use Node.js for this example. If you don’t have it yet, you can download it here.
Create a new file
Copy the following code into the file
Replace the API key
Replace YOUR_API_KEY
with your API key.
Run the code
Success!
Success! You should see the ID, name, symbol, and image of a random NFT owned by the address 86xCn…o2MMY
in your terminal.
Next Steps
Explore more quickstarts to get the most out of Helius:
Send Smart Transactions
Learn how to send smart transactions using the Helius SDK.
Fetch Token Metadata
Fetch token metadata using the DAS API.
Stream Real-Time Data
Stream live blockchain data with gRPC or WebSocket for low-latency updates.
Listen to On-Chain Events
Subscribe to on-chain activity using Webhooks.