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 (31 loc) · 913 Bytes

SymbolApi.md

File metadata and controls

46 lines (31 loc) · 913 Bytes

SymbolApi

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

Method HTTP request Description
symbolGet GET /v2/public/symbols Query Symbols.

symbolGet

Object symbolGet()

Query Symbols.

Example

// Import classes:
//import io.swagger.client.api.SymbolApi;

SymbolApi apiInstance = new SymbolApi();
try {
    Object result = apiInstance.symbolGet();
    System.out.println(result);
} catch (ApiException e) {
    System.err.println("Exception when calling SymbolApi#symbolGet");
    e.printStackTrace();
}

Parameters

This endpoint does not need any parameter.

Return type

Object

Authorization

No authorization required

HTTP request headers

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