HyperSignal — Hyperliquid Whale & Risk Signals avatar

HyperSignal — Hyperliquid Whale & Risk Signals

Pricing

Pay per usage

Go to Apify Store
HyperSignal — Hyperliquid Whale & Risk Signals

HyperSignal — Hyperliquid Whale & Risk Signals

Pay-per-event access to HyperSignal's premium Hyperliquid analytics: whale flow alerts, funding screener, and portfolio risk.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

John Smith

John Smith

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

HyperSignal — Apify Actor

Thin pay-per-event proxy to a deployed HyperSignal MCP server. It forwards a tool call to your server (with a server-side PRO key) and charges one premium-call event per successful result. The analytics run on your server — this Actor is just the Apify storefront/billing adapter.

Setup (once)

In the Actor's Settings → Environment variables on Apify, add:

VariableValue
MCP_SERVER_URLyour server, e.g. https://hypersmash.fly.dev/mcp
MCP_API_KEYa PRO key on your server (kept server-side; users never see it)

Then in Monetization, enable pay-per-event and set the price of the premium-call event.

Exposed tools (input tool)

hl_funding_screener, hl_whale_positions, hl_whale_flow_alerts, hl_smart_money_score, hl_portfolio_risk, hl_polymarket_divergence.

Input

{ "tool": "hl_portfolio_risk", "arguments": { "address": "0xYOUR_ADDRESS" } }

Output

Pushed to the default dataset and the OUTPUT key-value record:

{ "tool": "hl_portfolio_risk", "summary": "...", "data": { /* structuredContent */ } }

Deploy

$apify push

(run from this apify-actor/ folder)