Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FundingInfo

Data will be undefined in the first minute of the hour. Make sure to handle that case!

hourly
  • TWAP of (mark - index) / index / 24
daily
  • TWAP of (mark - index) / index
apr
  • daily funding * 365 * 100 (the result is given in percent)

Hierarchy

  • FundingInfo

Index

Properties

data: null | { apr: Decimal; daily: Decimal; hourly: Decimal }
lastSampleUpdate: Date

Generated using TypeDoc