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
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.
]
}]
}