MarketsImp..::..GetMarketsAsync Method
Get markets as an asynchronous operation.
Namespace:
CoinCapApi.ImpAssembly: CoinCapApi (in CoinCapApi.dll)
Syntax
Parameters
- exchangeId
- Type: String
Filters by exchange id.
- baseSymbol
- Type: String
Filters by all markets containing the base symbol.
- quoteSymbol
- Type: String
Filters by all markets containing the quote symbol.
- baseId
- Type: String
Filters by all markets containing the base id.
- quoteId
- Type: String
Filters by all markets containing the quote id.
- assetSymbol
- Type: String
Filters by all markets containing symbol (base and quote).
- assetId
- Type: String
Filters by all markets containing id (base and quote).
- limit
- Type: UInt32
The number of items to retrieve. Default: 100 Max: 2000.
- offset
- Type: UInt32
The number of items to skip (aka offset).