feat(v3.10.32): add params for GetDeliveryRecord, fixed e2e tests

This commit is contained in:
JJ-Cro
2025-02-10 14:03:08 +01:00
parent 646fecceda
commit 1abc2425e4
4 changed files with 16 additions and 15 deletions

View File

@@ -10,6 +10,8 @@ export interface GetCoinExchangeRecordParamsV5 {
export interface GetDeliveryRecordParamsV5 {
category: CategoryV5;
symbol?: string;
startTime?: number;
endTime?: number;
expDate?: string;
limit?: number;
cursor?: string;