feat(v3.10.32): add params for GetDeliveryRecord, fixed e2e tests
This commit is contained in:
@@ -10,6 +10,8 @@ export interface GetCoinExchangeRecordParamsV5 {
|
||||
export interface GetDeliveryRecordParamsV5 {
|
||||
category: CategoryV5;
|
||||
symbol?: string;
|
||||
startTime?: number;
|
||||
endTime?: number;
|
||||
expDate?: string;
|
||||
limit?: number;
|
||||
cursor?: string;
|
||||
|
||||
Reference in New Issue
Block a user