(p currency.Pair, a asset.Item)
| 43 | GetSupportedFeatures() FeaturesSupported |
| 44 | GetTradingRequirements() protocol.TradingRequirements |
| 45 | GetCachedTicker(p currency.Pair, a asset.Item) (*ticker.Price, error) |
| 46 | UpdateTicker(ctx context.Context, p currency.Pair, a asset.Item) (*ticker.Price, error) |
| 47 | UpdateTickers(ctx context.Context, a asset.Item) error |
| 48 | GetCachedOrderbook(p currency.Pair, a asset.Item) (*orderbook.Book, error) |
no outgoing calls