Skip to main content
GET
cURL
Get the same trader briefing as Get Trader Context, rendered as one Markdown document. Use it as prompt context for an LLM or as a brief a person reads.

Read the document

  • The response is text/markdown. It covers identity, grade, P&L, position coverage, and freshness.
  • address accepts a 0x... wallet address, a known username, or a trd_-prefixed trader ID.
  • An unknown trader returns 200 with a degraded “not yet synced” document, not 404.
  • The response has no ETag, and If-None-Match has no effect. Use the JSON route for a conditional read.
Get Trader Context returns the JSON form with an ETag.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Path Parameters

address
string
required

Ethereum wallet address (0x...), known trader username, or trd_-prefixed trader ID emitted by this API.

Response

Trader context document (Markdown)

The response is of type string.