Fix futuresTradeInfoSchema

This commit is contained in:
Dmitry Leleko
2023-04-19 10:34:41 +03:00
parent d8948d2e05
commit 682fc93490

View File

@@ -6,8 +6,8 @@ const futuresTradeInfoSchema = z.object({
id: z.string(), // trade info request UUID, set by client side
S: z.string(), // sender
i: z.string(), // instrument
bp: z.number().nullable(), // buy price
sp: z.number().nullable(), // sell price
bp: z.number().optional(), // buy price
sp: z.number().optional(), // sell price
bpw: z.number(), // buy power
spw: z.number(), // sell power
ma: z.number(), // min amount