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

Latest commit

 

History

History
48 lines (30 loc) · 853 Bytes

SymbolApi.md

File metadata and controls

48 lines (30 loc) · 853 Bytes

SwaggerClient::SymbolApi

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

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

symbol_get

Object symbol_get

Query Symbols.

Example

# load the gem
require 'swagger_client'

api_instance = SwaggerClient::SymbolApi.new

begin
  #Query Symbols.
  result = api_instance.symbol_get
  p result
rescue SwaggerClient::ApiError => e
  puts "Exception when calling SymbolApi->symbol_get: #{e}"
end

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