Messages
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"platform_state"
]
}
}{
"data": {
"price_index": "sol_usdc",
"locked": true
}
}Platform
platform_state
Platform state notifications.
Use this channel to monitor whether the Deribit platform is operational and to detect maintenance periods or partial outages that may affect trading, authentication, or market data.
Messages
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"platform_state"
]
}
}{
"data": {
"price_index": "sol_usdc",
"locked": true
}
}Subscription Request
type:object
Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.
Subscription Notification Data
type:object
Server sends subscription notification data
data
type:object
required
price_index
type:string
Name of index that is locked or unlocked, sent only with locked field
locked
type:boolean
Value is set to 'true' when index is locked on platform, sent only with price_index field
maintenance
type:boolean
Value is set to true when the maintenance break begins
Related topics
platform_state.public_methods_state instrument.state.(kind).(currency) Security Status Request(e) — Upcoming FIX APIJSON-RPC API ChangelogNotificationsWas this page helpful?