Helius
Read Solana assets, submit fully signed transactions through Helius RPC/Sender, and manage Helius webhooks.
Tools
| Name | Description |
|---|---|
get_assetGet a Solana NFT, compressed NFT, or token with DAS getAsset. | Get a Solana NFT, compressed NFT, or token with DAS getAsset. |
get_assets_by_ownerGet Solana assets owned by a wallet with DAS getAssetsByOwner. | Get Solana assets owned by a wallet with DAS getAssetsByOwner. |
get_token_accountsGet SPL token accounts owned by a wallet. | Get SPL token accounts owned by a wallet. |
get_enhanced_transactionsParse Solana transaction signatures into enhanced human-readable transaction objects. | Parse Solana transaction signatures into enhanced human-readable transaction objects. |
get_transactions_by_addressGet enhanced transaction history for a Solana address. | Get enhanced transaction history for a Solana address. |
send_transactionBroadcast a fully signed Solana transaction through Helius sendTransaction. Weavz does not sign transactions or store private keys. | Broadcast a fully signed Solana transaction through Helius sendTransaction. Weavz does not sign transactions or store private keys. |
send_transaction_via_senderBroadcast a fully signed Solana transaction through Helius Sender for low-latency routing. Weavz does not sign transactions or store private keys. | Broadcast a fully signed Solana transaction through Helius Sender for low-latency routing. Weavz does not sign transactions or store private keys. |
call_read_rpcCall a Helius Solana JSON-RPC method with explicit params. Provider-supported broadcast methods require fully signed payloads when applicable; Weavz does not hold private keys. | Call a Helius Solana JSON-RPC method with explicit params. Provider-supported broadcast methods require fully signed payloads when applicable; Weavz does not hold private keys. |
list_webhooksList Helius webhooks for the account. | List Helius webhooks for the account. |
create_webhookCreate a Helius webhook for Solana account or transaction monitoring. | Create a Helius webhook for Solana account or transaction monitoring. |
get_webhookGet a Helius webhook by ID. | Get a Helius webhook by ID. |
update_webhookUpdate a Helius webhook configuration. | Update a Helius webhook configuration. |
toggle_webhookEnable or disable a Helius webhook. | Enable or disable a Helius webhook. |
delete_webhookDelete a Helius webhook. | Delete a Helius webhook. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive Helius webhook deliveries and optionally require a matching Authorization header configured on the webhook. | Receive Helius webhook deliveries and optionally require a matching Authorization header configured on the webhook. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('helius', 'get_asset', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'helius',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Helius to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Helius support?
Helius supports 14 tools including Get Asset, Get Assets By Owner, Get Token Accounts, Get Enhanced Transactions, Get Transactions By Address, and more.
Can I use Helius with AI agents?
Yes. Add Helius to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Helius be used in stateful agent workflows?
Yes. Agents can combine Helius tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Helius use?
Helius uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Helius integration cost?
The Helius integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Helius support?
Helius supports 1 triggers including Webhook Event Received.
Connect Helius in minutes
Get 20,000 free action executions every month. No credit card required.