This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import matplotlib.pyplot as plt | |
| from datetime import datetime | |
| from hyperliquid.info import Info | |
| import math | |
| def plot_funding_history(coin, ax): | |
| info = Info(skip_ws=True) | |
| response = info.funding_history(coin=coin, startTime=1681923833000) |