curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/aggregated/datafeed/tokens/{token}{
"candles": [
{
"timestamp": 123,
"open": 123,
"high": 123,
"low": 123,
"close": 123,
"volume": 123
}
]
}Candlestick OHLCV data for tokens
curl --request GET \
--url https://integrated-api.testnet.muchfi.xyz/api/aggregated/datafeed/tokens/{token}{
"candles": [
{
"timestamp": 123,
"open": 123,
"high": 123,
"low": 123,
"close": 123,
"volume": 123
}
]
}