Markets api: Add missing "timestamp" parameter for /hloc and /volumes
This commit is contained in:
@@ -110,7 +110,7 @@ interface Market {
|
||||
}
|
||||
|
||||
export interface HighLowOpenClose {
|
||||
period_start: number;
|
||||
period_start: number | string;
|
||||
open: string;
|
||||
high: string;
|
||||
low: string;
|
||||
|
||||
Reference in New Issue
Block a user