v1

latestOpenAPI 3.0.02026-07-2471143147.5 KB
System

Get system configuration

Get system configuration including chain info, RPC endpoints, contract addresses, and EIP712 domain.

get/v1/system/config

Response

A successful response.

is_maintenance_modeboolean
maintenance_timestring int64

Scheduled next-maintenance time as Unix seconds, or -1 when none is scheduled.

maintenance_end_timestring int64

Expected maintenance end time as Unix seconds, or -1 when unset.

maintenance_messagestring

Free-text maintenance announcement for the banner ("" when unset).

maintenance_phasestring

Maintenance phase: "none" | "scheduled" | "active". Derived from is_maintenance_mode and maintenance_time so the client need not infer state from raw fields.