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