All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
CommonAnnouncements | Get /v2/public/announcement | Get Bybit OpenAPI announcements in the last 30 days in reverse order. |
CommonGetLcp | Get /v2/private/account/lcp | Query LCP info. |
CommonGetTime | Get /v2/public/time | Get bybit server time. |
interface{} CommonAnnouncements(ctx, ) Get Bybit OpenAPI announcements in the last 30 days in reverse order.
This endpoint does not need any parameter.
No authorization required
- 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]
interface{} CommonGetLcp(ctx, symbol) Query LCP info.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
symbol | string | Contract type |
No authorization required
- 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]
interface{} CommonGetTime(ctx, ) Get bybit server time.
This endpoint does not need any parameter.
No authorization required
- 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]