npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cryptodevops/n8n-nodes-moralis

v0.1.0

Published

n8n node for Moralis Web3 API

Readme

n8n-nodes-moralis

Custom n8n node for Moralis Web3 API integration. This node allows you to interact with Moralis's comprehensive Web3 API to access blockchain data, NFTs, DeFi positions, and more.

Features

  • Wallet Operations: Get native balance, token balances, NFTs, transaction history, and portfolio
  • Token Operations: Get token metadata, prices, and transfer history
  • NFT Operations: Get NFT metadata, owners, transfers, and collection statistics
  • Transaction Operations: Get transaction details and decode transactions
  • Block Operations: Get block data and convert dates to block numbers
  • DeFi Operations: Get DeFi positions and pair reserves
  • Multi-Chain Support: Ethereum, Polygon, BSC, Avalanche, Arbitrum, Base, Optimism
  • Comprehensive API Coverage: 19 different operations across all major Web3 data types

Installation

npm install n8n-nodes-moralis

Configuration

  1. Get your Moralis API Key from your Moralis dashboard
  2. In n8n, create new credentials for "Moralis API"
  3. Enter your API Key

Supported Operations

Wallet Operations

  • Get Native Balance: Get native token balance for a wallet
  • Get Token Balances: Get ERC20 token balances for a wallet
  • Get NFTs: Get NFTs owned by a wallet
  • Get Transaction History: Get transaction history for a wallet
  • Get Wallet Portfolio: Get wallet portfolio with token prices

Token Operations

  • Get Token Metadata: Get metadata for ERC20 tokens
  • Get Token Price: Get current price for a token
  • Get Token Transfers: Get transfer history for a token

NFT Operations

  • Get NFT Metadata: Get metadata for a specific NFT
  • Get NFT Owners: Get owners of an NFT collection
  • Get NFT Transfers: Get transfer history for NFTs
  • Get Collection Stats: Get statistics for an NFT collection

Transaction Operations

  • Get Transaction: Get details of a specific transaction
  • Decode Transaction: Get decoded transaction details

Block Operations

  • Get Block: Get block data by block number
  • Get Latest Block: Get the latest block
  • Date to Block: Convert a date to block number

DeFi Operations

  • Get DeFi Positions: Get DeFi positions for a wallet
  • Get Pair Reserves: Get reserves for a liquidity pair

Supported Chains

  • Ethereum (eth)
  • Polygon (polygon)
  • Binance Smart Chain (bsc)
  • Avalanche (avalanche)
  • Arbitrum (arbitrum)
  • Base (base)
  • Optimism (optimism)

Examples

Get Wallet Token Balances

{
  "resource": "wallet",
  "operation": "getTokenBalances",
  "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "chain": "eth",
  "additionalFields": {
    "limit": 10
  }
}

Get NFT Metadata

{
  "resource": "nft",
  "operation": "getNFTMetadata",
  "nftAddress": "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
  "tokenId": "1",
  "chain": "eth"
}

Get Token Price

{
  "resource": "token",
  "operation": "getTokenPrice",
  "tokenAddress": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
  "chain": "eth"
}

API Documentation

For more information about the Moralis API, visit the official documentation.

Testing

All 19 routes have been thoroughly tested and are fully functional:

  • ✅ 19/19 routes working (100% success rate)
  • ✅ All supported chains tested
  • ✅ Error handling implemented
  • ✅ Rate limiting respected

License

MIT

Support

For issues and questions, please visit our GitHub repository.