client.MarketData
Available Methods
| Method | HTTP Equivalent | Description |
|---|---|---|
ListMarkets | GET /trading/markets | List available trading markets |
GetOrderBook | GET /trading/markets/{market}/order-book | Get the order book for a market |
GetTicker | GET /trading/markets/{market}/ticker | Get the ticker for a market |
ListRecentExecutions | GET /trading/markets/{market}/recent-executions | List recent trades for a market |
ListMarkets
GetOrderBook
For the full REST API documentation, see the Market Data API Reference.