Skip to main content
GET
/
v1
/
market
/
config
Get market config
curl --request GET \
  --url https://api.joyride.exchange/v1/market/config
{
  "round_duration_hours": 24,
  "round_epoch": 1735718400000
}

Response

200 - application/json

Market configuration

round_duration_hours
integer
required

Duration of each trading round in hours

Example:

24

round_epoch
integer
required

Epoch anchor timestamp in milliseconds (Jan 1, 2025 08:00 UTC)

Example:

1735718400000