fix(v2.3.6): update history funding params

This commit is contained in:
JJ-Cro
2025-07-17 11:47:06 +02:00
parent 03354ffce2
commit 3440ac0e21
3 changed files with 4 additions and 4 deletions

View File

@@ -1242,7 +1242,7 @@ export class RestClientV2 extends BaseRestClient {
symbol: string;
productType: FuturesProductTypeV2;
pageSize?: string;
pageNumber?: string;
pageNo?: string;
}): Promise<APIResponse<FuturesHistoricalFundingRateV2>> {
return this.get('/api/v2/mix/market/history-fund-rate', params);
}