v3.7.1: chore() naming consistency for interface, pass through logger for ws url getter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user