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