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

n8n-nodes-purpleflea

v0.2.0

Published

n8n community nodes for Purple Flea — casino, wallet, trading, and domains automation

Readme

n8n-nodes-purpleflea

Official n8n community node package for Purple Flea — bringing casino, wallet, and trading automation to 50k+ workflow builders.

Installation

npm install n8n-nodes-purpleflea

Or inside n8n's Settings → Community Nodes → Install:

n8n-nodes-purpleflea

Nodes

Purple Flea Casino

Automate casino game management, player sessions, and transaction monitoring.

Resources & Operations

| Resource | Operations | |-------------|---------------------------------------------| | Game | List Games, Get Game, Launch Game | | Session | Create Session, Get Session, Close Session | | Transaction | List Transactions, Get Transaction | | Player | Get Balance, Get History |

Example use cases

  • Trigger workflows when a player's balance drops below a threshold
  • Automatically log all casino transactions to Google Sheets
  • Send Slack alerts for high-value game sessions

Purple Flea Wallet

Manage multi-currency wallets, deposits, withdrawals, and internal transfers.

Resources & Operations

| Resource | Operations | |-------------|----------------------------------------------------------| | Wallet | Create Wallet, Get Wallet, List Wallets | | Balance | Get Balance, Get All Balances | | Deposit | Get Deposit Address, List Deposits, Get Deposit | | Withdrawal | Create, List, Get, Cancel Withdrawal | | Transfer | Internal Transfer, List Transfers | | Transaction | List Transactions, Get Transaction |

Example use cases

  • Auto-generate deposit addresses for new users via webhook
  • Monitor withdrawals and notify ops team via email
  • Sync wallet balances to a database every hour

Purple Flea Trading

Place orders, manage positions, and pull live market data.

Resources & Operations

| Resource | Operations | |----------|---------------------------------------------------------| | Market | List Markets, Get Market, Get Order Book, Get Candles | | Ticker | Get Ticker, Get All Tickers | | Order | Place Order, Get Order, List Orders, Cancel, Cancel All| | Position | List Positions, Get Position, Close Position | | Trade | List Trades, Get Trade | | Account | Get Account, Get Balances, Get Fees |

Example use cases

  • Build a DCA bot that buys BTC every day at 9am
  • Alert via Telegram when a position is closed
  • Log all trade executions to Airtable

Credentials

All three nodes share a single Purple Flea API credential:

  1. In n8n, go to Credentials → New → Purple Flea API
  2. Enter your API Key and API Secret (from app.purpleflea.com/settings/api)
  3. Choose Production or Sandbox environment

Sandbox / Testing

Set the credential environment to Sandbox to use the sandbox endpoints:

  • https://sandbox.casino.purpleflea.com/v1
  • https://sandbox.wallet.purpleflea.com/v1
  • https://sandbox.trading.purpleflea.com/v1

Development

git clone https://github.com/purpleflea/n8n-nodes-purpleflea.git
cd n8n-nodes-purpleflea
npm install
npm run build

Link into your local n8n instance:

npm link
cd ~/.n8n/custom
npm link n8n-nodes-purpleflea

License

MIT


Support