Maicoin: Get Order Book
Maicoin via Parse · crypto_web3
Retrieve the order book (bids and asks) for a specific market. Returns arrays of [price, volume] string pairs — asks sorted ascending by price, bids sorted descending. Also includes a timestamp and update metadata. Real-time cryptocurrency market data from the MAX Exchange (MaiCoin), including tickers, order books, trade history, OHLCV candles, and exchange metadata for all trading pairs. Fulfilled by Parse from max.maicoin.com.
- crypto-web3
- finance
- maicoin
- max-maicoin-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- crypto_web3
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1ace5ad6-2d1a-419f-9d98-87f8f071115d/get_order_book
- Interface artifact
- sha256:b61da216d4486b8cf64e40f549fa3b016a947e612379e0ec8057c545c99f4059
- Manifest digest
- sha256:3a479661a70ab45805dae8ec92a4502eef81284f50dbe8b35f120f567a930011
Request fields
- limit (integer): Maximum number of bid and ask entries to return.: Allowed values: 5, 10, 20
- market_id (string): Market identifier (e.g. usdttwd, btctwd, ethusdt, solusdt). Obtain valid IDs from get_markets.
Example queries
- {"limit":"5","market_id":"maxtwd"}