fix spot trade volume bars
This commit is contained in:
parent
8d2ff5a994
commit
2061afb571
|
@ -198,7 +198,7 @@ export const queryBirdeyeBars = async (
|
||||||
high: bar.h,
|
high: bar.h,
|
||||||
open: bar.o,
|
open: bar.o,
|
||||||
close: bar.c,
|
close: bar.c,
|
||||||
volume: bar.v,
|
volume: bar.vQuote,
|
||||||
timestamp,
|
timestamp,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue