Skip to main content
GET
/
v1
/
admin
/
settled-rounds
List durably settled rounds
curl --request GET \
  --url https://joyride.exchange/api/v1/admin/settled-rounds \
  --header 'Authorization: Bearer <token>'
{
  "settled_rounds": [
    1775721600,
    1775808000
  ]
}

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.

Authorizations

Authorization
string
header
required

Admin token set via the ADMIN_TOKEN environment variable.

Response

Durable settled-round set

settled_rounds
integer<int64>[]
required

Round expirations (Unix seconds) present in settlement_round_guard.

Example:
[1775721600, 1775808000]