---
title: "Get last observed agent trade-token expiry"
method: GET
path: "/trade/token-status"
tags: ["Trading"]
---

# Get last observed agent trade-token expiry

`GET /trade/token-status`

Tenant-authenticated diagnostic endpoint for observing agent JWT expiry without granting trading authority.

## Query parameters

- `agentId` string

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` TradeTokenStatus, required
    - `agentId` string, required
    - `status` 'unknown' | 'observed', required
    - `exp` integer, nullable, required
    - `observedAt` string, nullable, required
    - `expiresInSeconds` integer, nullable, required

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `409` — JSON response

## Changes

- **2026-08-17** `261a7c8070b2` — 1 breaking, 12 info
  - the `data/observedAt` response's property type/format changed from `number, null`/`` to `string, null`/`` for status `200`
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `tenantApiKey` was added to the API
  - api tag `Trading` added
  - …9 more

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/trade/token-status/get.md)

---

[API](https://skmtc.dev/steward-fi/apis/steward-api.md) · [All operations](https://skmtc.dev/steward-fi/apis/steward-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steward-fi/steward-api/revisions/b88b4b97a664/schema)
