ExchangeData Properties

The ExchangeData type exposes the following members.

Properties


  Name Description
Public property ExchangeId
The unique identifier for the exchange.
Public property ExchangeUrl
The web address of the exchange.
Public property Name
The proper name of the exchange.
Public property PercentTotalVolume
The amount of daily volume a single exchange transacts in relation to total daily volume of all exchanges.
Public property Rank
The rank is in ascending order - this number is directly associated with the total exchange volume whereas the highest volume exchange receives rank 1.
Public property Socket
Is trade data for this exchange available via websocket.

true/false, true = trade socket available, false = trade socket unavailable

Public property TradingPairs
The number of trading pairs (or markets) offered by exchange.
Public property Updated
UNIX timestamp (milliseconds) since information was received from this exchange.
Public property VolumeUsd
The exchanges daily volume represented in USD.