Merge pull request #76 from JJ-Cro/update17072025
fix(v2.3.6): update history funding params
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "bitget-api",
|
||||
"version": "2.3.5",
|
||||
"version": "2.3.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "bitget-api",
|
||||
"version": "2.3.5",
|
||||
"version": "2.3.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bitget-api",
|
||||
"version": "2.3.5",
|
||||
"version": "2.3.6",
|
||||
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user