Weavz
Helius

Helius

Read Solana assets, submit fully signed transactions through Helius RPC/Sender, and manage Helius webhooks.

14 tools
1 trigger

Tools

Name
get_asset

Get a Solana NFT, compressed NFT, or token with DAS getAsset.

get_assets_by_owner

Get Solana assets owned by a wallet with DAS getAssetsByOwner.

get_token_accounts

Get SPL token accounts owned by a wallet.

get_enhanced_transactions

Parse Solana transaction signatures into enhanced human-readable transaction objects.

get_transactions_by_address

Get enhanced transaction history for a Solana address.

send_transaction

Broadcast a fully signed Solana transaction through Helius sendTransaction. Weavz does not sign transactions or store private keys.

send_transaction_via_sender

Broadcast a fully signed Solana transaction through Helius Sender for low-latency routing. Weavz does not sign transactions or store private keys.

call_read_rpc

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_webhooks

List Helius webhooks for the account.

create_webhook

Create a Helius webhook for Solana account or transaction monitoring.

get_webhook

Get a Helius webhook by ID.

update_webhook

Update a Helius webhook configuration.

toggle_webhook

Enable or disable a Helius webhook.

delete_webhook

Delete a Helius webhook.

Triggers

Name
webhook_event_received

Receive Helius webhook deliveries and optionally require a matching Authorization header configured on the webhook.

Quick Start

TypeScript
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.