Hyperliquid Trader Activity avatar

Hyperliquid Trader Activity

Pricing

$0.05 / hyperliquid trader activity

Go to Apify Store
Hyperliquid Trader Activity

Hyperliquid Trader Activity

Retrieve a snapshot of reported Hyperliquid trader activity. Export structured position records with asset, direction, leverage, price and observation timestamps.

Pricing

$0.05 / hyperliquid trader activity

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Retrieve a snapshot of reported Hyperliquid trader activity. Export structured position records with asset, direction, leverage, price and observation timestamps.

Input and quick start

No business parameters are required. Leave the input empty or use:

{}
  1. Review the current pricing panel and run budget.
  2. Start one run with the empty input above.
  3. After a successful run, open the output JSON or default dataset.

Each run requests one snapshot or historical series. Scheduling separate runs creates separate billable requests; this Actor is not a streaming connection.

Output

Each observed record includes fields such as baseCoin, side, leverage, entryPx, positionValue, ts and updateTs. Fields can differ between open and closed positions.

The full JSON response is saved as the OUTPUT record in the default key-value store. The same response is stored as one default-dataset item; nested rows are not separate dataset items.

Recorded output example

This is a shortened excerpt from a successful run on 2026-09-16, not current market data. Arrays contain only their first two observed values, or the example shows selected fields from one record. Actual response size and coverage vary.

{
"code": "1",
"success": true,
"data": [
{
"baseCoin": "HYPE",
"side": "Short",
"leverage": 5,
"entryPx": 78.4301,
"positionValue": 1360284.767624,
"ts": 1789556580000,
"updateTs": 1789556700000
}
]
}

Pricing

The current request event is $0.05 per run. One request event is charged for a run, rather than one event per nested observation. For example, 10 runs create $0.50 in request-event charges. Check the pricing panel for current charges and any applicable platform costs before starting.

Scope and limitations

  • This Actor is read-only: it does not follow traders, place trades or monitor positions continuously. It does not accept a wallet filter.
  • Coverage, history length and update timing are determined by the available dataset. Use the returned timestamps, not the run time, as the observation dates.
  • Null or missing values are preserved; they are not replaced with fabricated observations.
  • This is a data-retrieval tool for research and analysis, not an investment recommendation or a promise of returns.

Questions

Use this Actor's Apify issue or contact feature. Include the run ID and the unexpected result; omit passwords, API tokens and wallet credentials.