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

Latest commit

 

History

History
46 lines (28 loc) · 1.51 KB

LinearMarketApi.md

File metadata and controls

46 lines (28 loc) · 1.51 KB

\LinearMarketApi

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

Method HTTP request Description
LinearMarketTrading Get /public/linear/recent-trading-records Get recent trades

LinearMarketTrading

interface{} LinearMarketTrading(ctx, symbol, optional) Get recent trades

This will get recent trades

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
symbol string Contract type.
optional *LinearMarketTradingOpts optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a LinearMarketTradingOpts struct

Name Type Description Notes

limit | optional.String| Contract type. |

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]