Skip to main content
GET
Ws Market Upgrade Hint

Response

Resource not found (market / order / token).

Structured error response for all API v1 endpoints.

error is the stable machine-readable code and message is human prose. SDK consumers must branch on error (or the identical X-Polysim-Code header), never on message. Diagnostic details and the in-body request_id are added only when callers opt in with X-Polysim-Verbose: true; X-Request-Id is always present.

error
string
required

Stable machine-readable error code; also returned in X-Polysim-Code.

message
string | null

Human-readable error description. Never branch on this value.

details
Details · object | null

Additional context populated for verbose responses.

request_id
string | null

Support correlation id; always returned in X-Request-Id.