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

@crypto_apis/n8n-nodes-cryptoapis

v0.1.0

Published

n8n community node for Crypto APIs REST API integration

Readme

n8n-nodes-crypto-apis

This is an n8n community node for Crypto APIs. It lets you interact with the Crypto APIs v2 REST API in your n8n workflows.

🚀 Installation

Follow the n8n community node installation guide.


⚙️ Supported Operations & Resources

The node supports the full suite of Crypto APIs v2, including:

🧾 Address Data

  • Get balances and transactions (confirmed, unconfirmed, internal)
  • List UTXOs and nonces
  • Solana and XRP support

📦 Address Management

  • Sync, activate, delete, and list addresses

⛓️ Block Data

  • Retrieve block info by hash/height
  • List block transactions
  • Get latest mined blocks

📄 Smart Contract Data

  • Get token details by contract address (EVM/Solana)

🛠️ Utilities

  • Validate addresses
  • Decode raw transaction hex
  • XRP address encoding/decoding

📈 Market Data

  • Get exchange rates by asset symbol or ID
  • Retrieve asset metadata

📤 Transaction Broadcasting

  • Broadcast locally signed transactions

🔐 HD Wallet Management

  • Sync xPub/yPub/zPub
  • Manage wallet addresses
  • Derive and prepare transactions
  • View wallet assets and details

💰 Blockchain Fees

  • Get fee/gas recommendations
  • Estimate gas limits or smart fees

📝 Transaction Preparation

  • Prepare native and token transfers
  • NFT transfers on EVM

🔍 Transaction Data

  • Get transaction details by hash
  • View internal txs, token transfers, logs

📡 Blockchain Events (Webhooks)

  • Subscribe to transaction or block events
  • Confirmations and mining events
  • Activate, deactivate, delete, and list subscriptions

Supported blockchains include: Bitcoin, Ethereum, BNB Smart Chain, Litecoin, XRP, Solana, Dogecoin, Dash, Bitcoin Cash, Kaspa, and more.


🔑 Credentials Setup

To authenticate API calls, follow these steps:

  1. Register at https://cryptoapis.io/register
  2. Go to your Dashboard → Projects → Create Project → Copy API Key
  3. In n8n:
    • Create new credentials
    • Select Crypto APIs API Key
    • Paste your x-api-key value
    • Save and test the connection

🔧 Compatibility

  • n8n Version: v1.36.0+
  • Crypto APIs Version: v2.2024-12-12-175
  • Node is designed to be modular and extendable for future Crypto APIs releases.

🚀 Usage Examples

Here are a few ideas for practical automation:

  • Wallet Monitor: Track incoming transactions for addresses and send Slack or email notifications
  • Portfolio Tracker: Query balances and tokens from synced wallets and display in Google Sheets
  • Dynamic Gas Estimator: Prepare and broadcast Ethereum transactions with real-time gas recommendations

You can chain this node with native n8n integrations like Google Sheets, Airtable, Notion, Slack, or Telegram.


📄 License

MIT