diff --git a/src/rest-client-v5.ts b/src/rest-client-v5.ts index 5614126..8146164 100644 --- a/src/rest-client-v5.ts +++ b/src/rest-client-v5.ts @@ -1207,7 +1207,7 @@ export class RestClientV5 extends BaseRestClient { */ getWithdrawalRecords( params?: GetWithdrawalRecordsParamsV5, - ): Promise> { + ): Promise>> { return this.getPrivate('/v5/asset/withdraw/query-record', params); }