curl --request GET \ --url https://api-testnet.gte.xyz/v1/markets/{market_address}/candles
[ { "timestamp": 123, "open": 123, "high": 123, "low": 123, "close": 123, "volume": 123 } ]
EVM address
Interval of the candle
1s
15s
30s
1m
2m
3m
5m
10m
15m
20m
30m
1h
4h
1d
1w
If not supplied, the current time will be used
1 <= x <= 1000
List of candles
The response is of type object[].
object[]