Weavz
Moralis

Moralis

Read Moralis wallet, token, NFT, and transaction data and manage EVM Streams for onchain monitoring.

17 tools
1 trigger

Tools

Name
get_wallet_history

Get decoded transaction history for an EVM wallet.

get_token_balances

Get ERC-20 and native token balances for an EVM wallet.

get_native_transactions

Get raw native transactions for an EVM wallet.

get_token_transfers

Get ERC-20 token transfers for an EVM wallet.

get_wallet_nfts

Get NFTs owned by an EVM wallet.

list_streams

List Moralis EVM Streams for the current project.

create_stream

Create a Moralis EVM Stream for webhook-based monitoring.

get_stream

Get a Moralis EVM Stream by ID.

update_stream

Update a Moralis EVM Stream configuration.

update_stream_status

Pause or resume a Moralis EVM Stream.

delete_stream

Delete a Moralis EVM Stream.

duplicate_stream

Duplicate an existing Moralis EVM Stream.

get_webhook_data_by_block

Preview the webhook payload Moralis would produce for a chain block and stream config.

send_webhook_data_by_block

Ask Moralis to replay webhook data for a specific EVM chain block to an existing stream webhook.

list_stream_addresses

List addresses attached to a Moralis EVM Stream.

add_stream_address

Add one or more addresses to a Moralis EVM Stream.

delete_stream_address

Delete one or more addresses from a Moralis EVM Stream.

Triggers

Name
stream_webhook_received

Receive Moralis Streams webhook payloads. Moralis signs x-signature with Keccak-256, which is not available in Web Crypto; validate at an upstream gateway if signature enforcement is required.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('moralis', 'get_wallet_history', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'moralis',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Moralis 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 Moralis support?

Moralis supports 17 tools including Get Wallet History, Get Token Balances, Get Native Transactions, Get Token Transfers, Get Wallet NFTs, and more.

Can I use Moralis with AI agents?

Yes. Add Moralis 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 Moralis be used in stateful agent workflows?

Yes. Agents can combine Moralis 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 Moralis use?

Moralis uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Moralis integration cost?

The Moralis integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Moralis support?

Moralis supports 1 triggers including Stream Webhook Received.

Connect Moralis in minutes

Get 20,000 free action executions every month. No credit card required.