v3.7.1: chore() naming consistency for interface, pass through logger for ws url getter

This commit is contained in:
tiagosiebler
2023-06-27 11:13:54 +01:00
parent b12f243a3d
commit 2d31bda1d7
7 changed files with 19 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ export interface CancelOrderParamsV5 {
orderFilter?: OrderFilterV5;
}
export interface GetAccountOrdersParams {
export interface GetAccountOrdersParamsV5 {
category: CategoryV5;
symbol?: string;
baseCoin?: string;
@@ -81,7 +81,7 @@ export interface GetAccountOrdersParams {
cursor?: string;
}
export interface GetAccountHistoricOrdersPArams {
export interface GetAccountHistoricOrdersParamsV5 {
category: CategoryV5;
symbol?: string;
baseCoin?: string;