/
SI
simplystaking
/
PANIC API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
simplystaking
PANIC API
post
Pings endpoint to verify a valid Prometheus URL.
v1
latest
OpenAPI 3.0.1
MIT
2026-07-17
41
54
134.3 KB
Pings > Common
Pings endpoint to verify a valid Prometheus URL.
post
/server/common/prometheus
Request body
object
required
url
string
baseChain
string
Example request
{ "url": "www.test-url.com", "baseChain": "cosmos" }
Response
OK
PingSuccess
required
result
string
Example response
{ "result": "PING_SUCCESS" }