Historical Funding Explorer avatar

Historical Funding Explorer

Pricing

$0.05 / historical funding explorer

Go to Apify Store
Historical Funding Explorer

Historical Funding Explorer

Retrieve historical funding-rate observations for an asset and contract type. Export timestamped exchange-level records as JSON for market comparison and reporting.

Pricing

$0.05 / historical funding explorer

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 historical funding-rate observations for an asset and contract type. Export timestamped exchange-level records as JSON for market comparison and reporting.

What this Actor does

Compare historical funding observations across the exchanges present in each response. Exchange coverage can differ between timestamps.

Input

FieldTypeRequiredDescription
baseCoinstringYesAsset symbol. The verified example uses BTC.
exchangeTypestringYesContract-type selector. The verified example uses USDT.
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": "1789544653328",
"exchangeType": "USDT",
"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, data and, when present, ext. Each observed data entry contains ts and exchange-keyed details. Exchange details include fundingRate; some also include realizedRate. ext.columns identifies the returned exchange columns.

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": [
{
"ts": 1789516800000,
"details": {
"Binance": {
"fundingRate": 3.951e-05
}
}
}
]
}

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.