Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 910 Bytes

SymbolApi.md

File metadata and controls

47 lines (31 loc) · 910 Bytes

BybitApi.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

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);

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