Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (32 loc) · 1.7 KB

LinearExecutionApi.md

File metadata and controls

49 lines (32 loc) · 1.7 KB

\LinearExecutionApi

All URIs are relative to https://api.bybit.com

Method HTTP request Description
LinearExecutionGetTrades Get /private/linear/trade/execution/list Get user's trading records.

LinearExecutionGetTrades

interface{} LinearExecutionGetTrades(ctx, optional) Get user's trading records.

This will get user's trading records.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
optional *LinearExecutionGetTradesOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a LinearExecutionGetTradesOpts struct

Name Type Description Notes
symbol optional.String
startTime optional.Int64
endTime optional.Int64
execType optional.String
page optional.Int64
limit optional.Int64

Return type

interface{}

Authorization

apiKey, apiSignature, timestamp

HTTP request headers

  • Content-Type: application/json, application/x-www-form-urlencoded
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]