Missing api call - https://bybit-exchange.github.io/docs/futuresV2/linear/#t-usertraderecords
This commit is contained in:
7643
package-lock.json
generated
7643
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -340,6 +340,13 @@ export class LinearClient extends BaseRestClient {
|
||||
return this.getPrivate('private/linear/trade/execution/list', params);
|
||||
}
|
||||
|
||||
getHistoryTradeRecords(
|
||||
params: LinearGetTradeRecordsRequest
|
||||
): Promise<APIResponseWithTime<any>> {
|
||||
return this.getPrivate('/private/linear/trade/execution/history-list', params);
|
||||
}
|
||||
|
||||
|
||||
getClosedPnl(
|
||||
params: LinearGetClosedPnlRequest
|
||||
): Promise<APIResponseWithTime<any>> {
|
||||
|
||||
Reference in New Issue
Block a user