cURL
curl --request GET \ --url https://api.ekiden.fi/api/v1/market/candles/stats/{market_addr}
{ "current_price": 123, "high_24h": 123, "low_24h": 123, "market_addr": "<string>", "price_24h_ago": 123, "price_change_24h": 123, "trades_24h": 1, "volume_24h": 1 }
Retrieves 24-hour market statistics including price change, volume, and trading activity.
Market address
Successfully retrieved market statistics
x >= 0