Fund Allocation History avatar

Fund Allocation History

Pricing

$0.05 / fund allocation history

Go to Apify Store
Fund Allocation History

Fund Allocation History

Retrieve historical market fund-flow records for an asset, product type, interval and end-time boundary. Results contain timestamps and available net-flow measures for multiple observation windows.

Pricing

$0.05 / fund allocation history

Rating

0.0

(0)

Developer

Grass Tech

Grass Tech

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Retrieve historical market fund-flow records for an asset, product type, interval and end-time boundary. Results contain timestamps and available net-flow measures for multiple observation windows.

What this Actor does

Retrieve historical fund-flow records for a selected asset and product type. Use the returned net-flow windows and timestamps in historical market analysis. This does not manage or allocate a portfolio.

Input

FieldTypeRequiredDescription
baseCoinstringYesAsset symbol, for example BTC.
endTimestringYesString-encoded timestamp boundary. The sample is a historical query; replace the boundary for the period you need.
intervalstringYesRequested aggregation interval; the verified example uses 1h.
productTypestringYesRequested product type; the verified example uses SWAP.
sizestringYesRequested record count encoded as a string; the verified example uses "10".

Example input

{
"baseCoin": "BTC",
"endTime": "1789544653328",
"interval": "1h",
"productType": "SWAP",
"size": "10"
}

This example shows the accepted input structure. Select parameters appropriate to your query.

Output

The JSON envelope contains code, success and data. Observed rows include baseCoin, interval, ts and net-flow fields such as m5net, m15net, h1net, h4net, d1net and d7net. Field availability varies by query.

A successful run saves the result under OUTPUT and in the default dataset. Use the Output tab to open the result. Returned values are observations, not forecasts.

Pricing

One request event is $0.05. Check the current Pricing panel and set a maximum run charge that covers the listed event. Review any platform usage displayed before starting.

How to run

  1. Review the input fields and example.
  2. Confirm the listed price and run budget.
  3. Start one run, wait for its final status, then open Output.
  4. Inspect result timestamps, field availability and returned status before using the data.

Scope and troubleshooting

Each run performs one data query. Data coverage and update times vary by market and parameters. This Actor does not execute trades, move funds or maintain a live subscription.

If a run fails, retain its Run ID and check the status and log. Review the input before starting another run. For support, open an Actor Issue with the Run ID and sanitized input; omit credentials and private keys. Financial data is informational, not investment advice.