Skip to content

Commit f0ac23b

Browse files
authored
Merge branch 'master' into nextAPIV3
2 parents 0db3b4c + ef0c2f5 commit f0ac23b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitget-api",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/rest-client-v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ export class RestClientV2 extends BaseRestClient {
12421242
symbol: string;
12431243
productType: FuturesProductTypeV2;
12441244
pageSize?: string;
1245-
pageNumber?: string;
1245+
pageNo?: string;
12461246
}): Promise<APIResponse<FuturesHistoricalFundingRateV2>> {
12471247
return this.get('/api/v2/mix/market/history-fund-rate', params);
12481248
}

0 commit comments

Comments
 (0)