Package Information
Released: 5/9/2025
Downloads: 1 weeklyย /ย 16 monthly
Latest Version: 0.1.0
Author: crypto-apis
Available Nodes
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:
- Register at https://cryptoapis.io/register
- Go to your Dashboard โ Projects โ Create Project โ Copy API Key
- 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.