Trading
Get Datafeed
OHLCV candlestick data
curl -X GET "https://integrated-api.mainnet.muchfi.xyz/api/datafeed"{
"candles": [
{
"timestamp": 0,
"open": 0,
"high": 0,
"low": 0,
"close": 0,
"volume": 0
}
]
}