Diagnostics
Safe, read-only diagnostics for The Grid CLI and for raw HTTP clients using Platform, Trading, or Consumption authentication.
Fastest path: Grid CLI
grid diagnosticsgrid diagnostics --local-only
grid diagnostics --surface platform
grid diagnostics --surface trading
grid diagnostics --surface consumption
grid diagnostics --jsonResponse shape
{
"data": {
"status": "ok",
"service": "trading",
"server_time": "2026-07-02T14:43:40Z",
"checks": [
{
"name": "authentication",
"status": "ok",
"code": "signed_request_authenticated",
"detail": "Signed request authenticated for trader@example.com.",
"next_action": "Use this same signing key for other Trading API reads and order operations."
}
],
"summary": {}
}
}Platform diagnostics
Consumption diagnostics
Trading diagnostics
What the signature covers
Part
Included in signature?
Notes
Which endpoint should I call?
Last updated
Was this helpful?