fetch_index_pol_history_incremental
Documentation for eth_defi.core3.api.fetch_index_pol_history_incremental function.
- fetch_index_pol_history_incremental(session, from_ts, to_ts, timeout=60.0)
Fetch ranged index-level aggregate PoL history from
/v1/pol/history.- Parameters
session (eth_defi.core3.session.Core3Session) – Core3 API session.
from_ts (int) – Start unix timestamp (inclusive).
to_ts (int) – End unix timestamp (inclusive).
timeout (float) – HTTP request timeout in seconds.
- Returns
List of point dicts with
scoreandtimestampkeys.- Return type