Weighted Funding Overview
Pricing
$0.05 / weighted funding overview
Weighted Funding Overview
Retrieve timestamped weighted funding-rate observations for an asset and interval. Export the returned funding series as JSON for charting and historical market analysis.
Pricing
$0.05 / weighted funding overview
Rating
0.0
(0)
Developer
Grass Tech
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Retrieve timestamped weighted funding-rate observations for an asset and interval. Export the returned funding series as JSON for charting and historical market analysis.
What this Actor does
Compare the returned weighted funding series over time. This Actor returns structured observations; it does not render a chart or calculate an investment recommendation.
Input
| Field | Type | Required | Description |
|---|---|---|---|
baseCoin | string | Yes | Asset symbol. The verified example uses BTC. |
interval | string | Yes | Historical interval. The verified example uses 1h; preserve letter case. |
endTime | string | Yes | End timestamp in Unix milliseconds, supplied as a string. The example is a fixed historical time, not a request for the latest data. |
size | string | Yes | Requested history size, supplied as a string. The verified example uses 10; returned coverage and grouping may affect the number of rows. |
Example input
{"baseCoin": "BTC","endTime": "1789544653329","interval": "1h","size": "10"}
Use the verified example to understand the input structure. Update the time and selectors for your query. Supported market coverage depends on the selected parameters; unsupported combinations can return empty data or errors.
Output
The response includes code, success and data. Observed entries contain ts, openFundingRate and turnoverFundingRate. Preserve these field names and numeric values when comparing the two returned series; no additional normalization is applied.
Example output
This is an abbreviated historical response, not a current market quote. Additional rows and fields may be present.
{"code": "1","success": true,"data": [{"openFundingRate": 0.0047578852511076,"ts": 1789509600000,"turnoverFundingRate": 0.0044647156223974}]}
A successful run saves its JSON result under OUTPUT and in the default dataset. Open the Output tab to inspect the result and timestamps.
Pricing
One request event is $0.05. Review the current Pricing panel and set a maximum run charge that covers the listed event. Check any platform usage displayed before starting.
How to run
- Review the input and historical example.
- Confirm the current price and run budget.
- Start one run and wait for its final status.
- Open Output and inspect the response status, timestamps and available fields.
Scope and troubleshooting
Each run performs one data query. Data availability and freshness vary by market and query parameters. This Actor does not execute trades, move funds or maintain a live subscription.
If a run fails, retain its Run ID and inspect 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.