Funding Trend Signals avatar

Funding Trend Signals

Pricing

$0.05 / funding trend signals

Go to Apify Store
Funding Trend Signals

Funding Trend Signals

Retrieve a timestamped funding-rate series for a selected exchange, trading pair and interval. Export JSON observations for charts, monitoring and historical comparisons.

Pricing

$0.05 / funding trend signals

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 timestamped funding-rate series for a selected exchange, trading pair and interval. Export JSON observations for charts, monitoring and historical comparisons.

What this Actor does

Explore funding-rate changes over the selected historical interval. The output is observed market data, not trading instructions or predicted returns.

Input

FieldTypeRequiredDescription
exchangestringYesExchange selector. The verified example uses Binance.
symbolstringYesTrading-pair symbol. The verified example uses BTCUSDT.
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

{
"endTime": "1789544653329",
"exchange": "Binance",
"interval": "1h",
"size": "10",
"symbol": "BTCUSDT"
}

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, fr and fundingRate. Numeric rates are returned as provided; this Actor does not normalize their units or generate buy/sell recommendations.

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": [
{
"fr": 0.004977,
"fundingRate": 0.004977,
"ts": 1789509600000
}
]
}

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.