cURL
curl --request GET \ --url https://integrated-api.testnet.muchfi.xyz/api/clob/markets/{poolId}/candlesticks/{interval}
[ { "timestamp": 123, "open": 123, "high": 123, "low": 123, "close": 123, "volume": 123 } ]
Get candlestick data for a pool
Pool ID
Interval in minutes
1
5
15
60
120
240
1440
10080
43200
Start time (Unix timestamp)
End time (Unix timestamp)
Number of candles
Candlestick data