Weighted Funding Overview avatar

Weighted Funding Overview

Pricing

$0.05 / weighted funding overview

Go to Apify Store
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

Grass Tech

Maintained by Community

Actor 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

FieldTypeRequiredDescription
baseCoinstringYesAsset symbol. The verified example uses BTC.
intervalstringYesHistorical interval. The verified example uses 1h; preserve letter case.
endTimestringYesEnd timestamp in Unix milliseconds, supplied as a string. The example is a fixed historical time, not a request for the latest data.
sizestringYesRequested 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

  1. Review the input and historical example.
  2. Confirm the current price and run budget.
  3. Start one run and wait for its final status.
  4. 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.