fix spot trade volume bars

This commit is contained in:
saml33 2023-11-14 22:07:35 +11:00
parent 8d2ff5a994
commit 2061afb571
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ export const queryBirdeyeBars = async (
high: bar.h,
open: bar.o,
close: bar.c,
volume: bar.v,
volume: bar.vQuote,
timestamp,
},
]