v3.5.2: feat() add missing v5 internal deposit records endpoint. fix(#233) return type for v5 wallet balance endpoint, fix(#232) timestamp resolution for v5 fetch time endpoint
This commit is contained in:
@@ -95,6 +95,14 @@ export interface GetSubAccountDepositRecordParamsV5 {
|
||||
cursor?: string;
|
||||
}
|
||||
|
||||
export interface GetInternalDepositRecordParamsV5 {
|
||||
startTime?: number;
|
||||
endTime?: number;
|
||||
coin?: string;
|
||||
cursor?: string;
|
||||
limit?: number;
|
||||
}
|
||||
|
||||
export interface GetWithdrawalRecordsParamsV5 {
|
||||
withdrawID?: string;
|
||||
coin?: string;
|
||||
|
||||
Reference in New Issue
Block a user