Skip to main content
GET
/
health
Server Health Check
import requests

url = "https://api.pmxt.dev/health"

response = requests.get(url)

print(response.text)
{
  "status": "ok",
  "timestamp": 123
}

Documentation Index

Fetch the complete documentation index at: https://pmxt-docs-fetch-order-book-historical-clarity.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Server is consistent and running.

status
string
Example:

"ok"

timestamp
integer<int64>