max.maicoin.com API: get_candles
max.maicoin.com via Parse · crypto_web3
Retrieve OHLCV candlestick (K-line) data for a market. Each candle is an array of [timestamp, open, high, low, close, volume]. Returns the most recent candles up to the specified limit. 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
- 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_candles
- Interface artifact
- sha256:3fcf1d3fcc9b2916a0dc30589e9b7dce74a4941fa69dbacb4ebdf62ea9d77854
- Manifest digest
- sha256:fe32916bb938ed299892f9a28496ca49ed8f56ed89769167df8fc84795183231
Request fields
- limit (integer): Maximum number of candles to return.: Allowed values: 10, 30, 50
- period (integer): Candle period in minutes. Accepted values: 1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080.: Allowed values: 1, 5, 15, 30, 60, 120, 240, 360, 720, 1440, 4320, 10080
- market_id (string): Market identifier (e.g. usdttwd, btctwd, ethusdt, solusdt). Obtain valid IDs from get_markets.
Example queries
- {"limit":"10","period":"1","market_id":"maxtwd"}