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

Documentation Index

Fetch the complete documentation index at: https://docs.joyride.exchange/llms.txt

Use this file to discover all available pages before exploring further.

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

units
object
required

Canonical unit conventions for interpreting wire-level integer prices and sizes. Constant across the deployment — surfaced on /v1/market/config so agents can resolve units from a single endpoint instead of cross-referencing docs.