We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SnapshotInfo
1 parent a52aa82 commit 8343b88Copy full SHA for 8343b88
src/rest/crypto/snapshots.ts
@@ -43,7 +43,7 @@ export interface SnapshotInfo {
43
prevDay?: SnapshotPrevDay;
44
ticker?: string;
45
todaysChange?: number;
46
- todayChangePerc?: number;
+ todaysChangePerc?: number;
47
updated?: number;
48
}
49
0 commit comments