All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
symbolGet | GET /v2/public/symbols | Query Symbols. |
Object symbolGet()
Query Symbols.
// 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();
}
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json