Markets api: Add missing "timestamp" parameter for /hloc and /volumes

This commit is contained in:
softsimon
2020-09-17 15:38:25 +07:00
parent 14697a01cc
commit 059e4d079a
3 changed files with 15 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ interface Market {
}
export interface HighLowOpenClose {
period_start: number;
period_start: number | string;
open: string;
high: string;
low: string;