cleaned public inverse futures endpoints & expanded tests

This commit is contained in:
tiagosiebler
2022-05-05 21:46:58 +01:00
parent 603a07ec85
commit 784555cf9f
5 changed files with 123 additions and 83 deletions

View File

@@ -122,7 +122,3 @@ export interface SymbolInfo {
price_filter: PriceFilter;
lot_size_filter: LotSizeFilter;
}
export interface TimeResult {
time_now: number;
}