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,
|
||||
open: bar.o,
|
||||
close: bar.c,
|
||||
volume: bar.v,
|
||||
volume: bar.vQuote,
|
||||
timestamp,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue