Messages
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"platform_state.public_methods_state"
]
}
}{
"data": {
"allow_unauthenticated_public_requests": true
}
}Platform
platform_state.public_methods_state
Notifications indicating whether unauthenticated (public) requests are currently allowed.
This is useful for monitoring service availability for public endpoints (e.g., market data) without authentication.
Messages
{
"jsonrpc": "2.0",
"method": "public/subscribe",
"id": 42,
"params": {
"channels": [
"platform_state.public_methods_state"
]
}
}{
"data": {
"allow_unauthenticated_public_requests": 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
allow_unauthenticated_public_requests
type:boolean
required
Value is set to 'true' when unauthorized public requests are allowed
Was this page helpful?