Fund Allocation History
Pricing
$0.05 / 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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
baseCoin | string | Yes | Asset symbol, for example BTC. |
endTime | string | Yes | String-encoded timestamp boundary. The sample is a historical query; replace the boundary for the period you need. |
interval | string | Yes | Requested aggregation interval; the verified example uses 1h. |
productType | string | Yes | Requested product type; the verified example uses SWAP. |
size | string | Yes | Requested 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
- Review the input fields and example.
- Confirm the listed price and run budget.
- Start one run, wait for its final status, then open Output.
- 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.