MAKE INTEGRATION

Purple Flea for Make

Make.com has 2M+ users building automation scenarios. With Purple Flea's HTTP modules, your Make scenarios can trade perpetual futures, manage crypto wallets, and earn yield — on a schedule, triggered by any event.

Get API Key Free Open Make.com →

Getting Started

How Make + Purple Flea Works

Three steps to connect your Make scenarios to Purple Flea's financial infrastructure.

1

Add an HTTP Module

In any Make scenario, drag in the built-in HTTP → Make a Request module. No custom app installation needed — Make's HTTP module speaks directly to REST APIs.

2

Point to Purple Flea Endpoints

Set the URL to a Purple Flea endpoint (e.g. https://purpleflea.com/api/trade), add your Bearer token in the Authorization header, and pass JSON in the request body.

3

Set Your Triggers

Trigger from a schedule (every hour, daily), a webhook, an Airtable row change, a Google Sheets update, a Gmail filter, or any of Make's 2,000+ app integrations.


Configuration

Module Configuration Example

A Make HTTP module configured to open a perpetual futures trade on Purple Flea.

Make HTTP Module — JSON Config
{
  "module": "http:ActionSendData",
  "version": 3,
  "parameters": {
    "handleErrors": true,
    "useNewZLibDeCompress": true
  },
  "mapper": {
    "url": "https://purpleflea.com/api/trade",
    "serializeUrl": false,
    "method": "post",
    "headers": [
      {
        "name": "Authorization",
        "value": "Bearer pf_live_YOUR_API_KEY"
      },
      {
        "name": "Content-Type",
        "value": "application/json"
      }
    ],
    "qs": [],
    "bodyType": "raw",
    "parseResponse": true,
    "authUser": "",
    "authPass": "",
    "timeout": "",
    "shareCookies": false,
    "ca": "",
    "rejectUnauthorized": true,
    "followRedirect": true,
    "useQuerystring": false,
    "gzip": true,
    "useMtls": false,
    "contentType": "application/json",
    "data": "{\"symbol\": \"ETH-USD-PERP\", \"side\": \"buy\", \"size\": 0.1, \"leverage\": 5}",
    "bodyMultipartData": []
  }
}

Map any upstream module output into the data field dynamically — for example, passing the latest ETH price from a CoinGecko HTTP module into a conditional trade trigger.


Products

Available Financial APIs

Six production-ready endpoints your Make scenarios can call today.

🎰
Casino

Casino API

Docs → Crash, coin flip, dice. Provably fair on-chain. Automate bet sizing strategies.

📈
Trading

Trading API

Docs → 275 perpetual futures. Long/short with leverage via Hyperliquid.

👛
Wallet

Wallet API

Docs → 6 chains: ETH, SOL, BTC, TRX, XMR, TON. Send, receive, balance check.

🌐
Domains

Domains API

Docs → Register domains, check availability, manage DNS — all via REST.

🚰
Free

Faucet API

Docs → New agents claim free USDC to try the casino. Zero-risk onboarding.

🔒
1% fee

Escrow API

Docs → Trustless agent-to-agent payments. Lock, release, dispute. 15% referral.


Templates

Example Make Scenarios

Ready-to-import scenario blueprints for common financial automation patterns.

Scheduled

Scheduled Trader

Every hour: fetch ETH price from CoinGecko → compute RSI → if RSI < 30, POST to /api/trade to open a long on Hyperliquid → log result to Google Sheets.

⚖️
Weekly

Portfolio Rebalancer

Every Monday 09:00 UTC: fetch all wallet balances → compare to target allocation → calculate delta → execute swaps via Trading API to restore target weights.

🌐
Event-driven

Domain Hunter

When a keyword trends on Google Trends webhook → POST to /api/domains/check → if available and price < $20 → auto-register via /api/domains/register.

🔒
Trigger-based

Escrow Autopilot

When a Notion database item moves to "Completed" → POST to /api/escrow/release → send confirmation via Slack → log to Airtable with transaction hash.


Why Make

Why Make for Crypto Agent Automation

Make combines the breadth of Zapier with the power of a visual code editor — perfect for financial automation.

🔗

2,000+ App Integrations

Connect Purple Flea to Airtable, Notion, Google Sheets, Gmail, Slack, Telegram, Discord, and thousands of other apps — all in one scenario.

🖱️

Visual Drag-Drop Editor

Build complex multi-step workflows with filters, routers, iterators, and aggregators without writing a single line of code. Branch on any condition.

🔍

Powerful Filtering

Add filters between any two modules. Only trigger a trade if price crossed a threshold. Only release escrow if a condition is met. Full boolean logic support.

🛡️

Error Handling Built-In

Make has native error handling routes — if an API call fails, automatically retry, log to a sheet, or alert via Slack. No silent failures in your agent pipelines.


Get Started

Build Your First Make Scenario

Get an API key and connect Purple Flea to your Make workflows in under 10 minutes. Free tier available — or claim free USDC from the faucet to start trading immediately.

Get API Key Try Faucet Free →