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