mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 08:48:07 +00:00
feat: add bid, ask, and mark price to AsterTicker and normalize order status in LighterGateway
This commit is contained in:
@@ -316,6 +316,9 @@ export interface AsterTicker {
|
||||
priceChange?: string;
|
||||
priceChangePercent?: string;
|
||||
weightedAvgPrice?: string;
|
||||
bidPrice?: string;
|
||||
askPrice?: string;
|
||||
markPrice?: string;
|
||||
lastQty?: string;
|
||||
openTime?: number;
|
||||
closeTime?: number;
|
||||
|
||||
Reference in New Issue
Block a user