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.
Three steps to connect your Make scenarios to Purple Flea's financial infrastructure.
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.
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.
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.
A Make HTTP module configured to open a perpetual futures trade on Purple Flea.
{
"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.
Six production-ready endpoints your Make scenarios can call today.
Docs → Crash, coin flip, dice. Provably fair on-chain. Automate bet sizing strategies.
Ready-to-import scenario blueprints for common financial automation patterns.
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.
Every Monday 09:00 UTC: fetch all wallet balances → compare to target allocation → calculate delta → execute swaps via Trading API to restore target weights.
When a keyword trends on Google Trends webhook → POST to /api/domains/check → if available and price < $20 → auto-register via /api/domains/register.
When a Notion database item moves to "Completed" → POST to /api/escrow/release → send confirmation via Slack → log to Airtable with transaction hash.
Make combines the breadth of Zapier with the power of a visual code editor — perfect for financial automation.
Connect Purple Flea to Airtable, Notion, Google Sheets, Gmail, Slack, Telegram, Discord, and thousands of other apps — all in one scenario.
Build complex multi-step workflows with filters, routers, iterators, and aggregators without writing a single line of code. Branch on any condition.
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.
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 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.