cryptoapis

n8n community node for Crypto APIs REST API integration

Package Information

Released: 5/9/2025
Downloads: 1 weeklyย /ย 16 monthly
Latest Version: 0.1.0
Author: crypto-apis

Documentation

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

Discussion