Skip to main content

TypeScript shape

interface MobulaTokenTrendingScores {
  min1: number | null;
  min5: number | null;
  min15: number | null;
  hour1: number | null;
  hour4: number | null;
  hour6: number | null;
  hour12: number | null;
  day1: number | null;
}
min1
Float
1-minute trending score.
min5
Float
5-minute trending score.
min15
Float
15-minute trending score.
hour1
Float
1-hour trending score.
hour4
Float
4-hour trending score.
hour6
Float
6-hour trending score.
hour12
Float
12-hour trending score.
day1
Float
24-hour trending score.