All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
LinearMarketTrading | Get /public/linear/recent-trading-records | Get recent trades |
interface{} LinearMarketTrading(ctx, symbol, optional) Get recent trades
This will get recent trades
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 are passed through a pointer to a LinearMarketTradingOpts struct
Name | Type | Description | Notes |
---|
limit | optional.String| Contract type. |
apiKey, apiSignature, timestamp
- 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]