All URIs are relative to https://api.bybit.com
Method | HTTP request | Description |
---|---|---|
symbolGet | GET /v2/public/symbols | Query Symbols. |
Object symbolGet()
Query Symbols.
var BybitApi = require('bybit_api');
var apiInstance = new BybitApi.SymbolApi();
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
apiInstance.symbolGet(callback);
This endpoint does not need any parameter.
Object
No authorization required
- Content-Type: application/json, application/x-www-form-urlencoded
- Accept: application/json