class

Binance::Responses::ExchangeInfoResponse

Inherits Binance::Responses::ServerResponse < JSON::Serializable < Reference < Object

Typical Server Response: { "timezone": "UTC", "serverTime": 1508631584636, "rateLimits": [ // These are defined in the ENUM definitions section under Rate limiters (rateLimitType). // All limits are optional. ], "exchangeFilters": [ // There are defined in the Filters section. // All filters are optional. ], "symbols": [{ "symbol": "ETHBTC", "status": "TRADING", "baseAsset": "ETH", "baseAssetPrecision": 8, "quoteAsset": "BTC", "quotePrecision": 8, "orderTypes": [ // These are defined in the ENUM definitions section under Order types (orderTypes). // All orderTypes are optional. ], "icebergAllowed": false, "filters": [ // There are defined in the Filters section. // All filters are optional. ] }] }

Constructors

new(pull : JSON::PullParser)

Typical Server Response: { "timezone": "UTC", "serverTime": 1508631584636, "rateLimits": [ // These are defined in the ENUM definitions section under Rate limiters (rateLimitType). // All limits are optional. ], "exchangeFilters": [ // There are defined in the Filters section. // All filters are optional. ], "symbols": [{ "symbol": "ETHBTC", "status": "TRADING", "baseAsset": "ETH", "baseAssetPrecision": 8, "quoteAsset": "BTC", "quotePrecision": 8, "orderTypes": [ // These are defined in the ENUM definitions section under Order types (orderTypes). // All orderTypes are optional. ], "icebergAllowed": false, "filters": [ // There are defined in the Filters section. // All filters are optional. ] }] }

Source

Instance methods

exchange_filters
Source
rate_limits
Source
server_time

A Time representation of the serverTime property

Source
symbols
Source
timezone

Time Zone for server's time values

Source