6a76453d754c

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-06114163379.2 KB
Token

Mint a terminal identity token

Mints a short-lived identity attestation for DIME Terminal: an ES256 JWT (typ "terminal+JWT", aud "dime-terminal", sub = the account address) signed with a dedicated key published in the JWKS. It proves account identity to the terminal and grants nothing on Paradex itself — no Paradex endpoint accepts it. Requires an interactive session authenticated with the account's own key: readonly/API tokens, RPC tokens and subkey-scoped tokens are rejected. Sub-accounts and vault operators mint attestations for their own address.

post/account/terminal-token

Response

Terminal token minted

jwt_tokenstring

Authentication token

Example response

{
  "jwt_token": "eyJhbGciOiJFUzM4NCIsInR5cCI6IkpXVCJ9.eyJ0eXAiOiJhdCtKV1QiLCJleHAiOjE2ODE0NTI5MDcsImlhdCI6MTY4MTQ1MjYwNywiaXNzIjoiUGFyYWRleCBzdGFnaW5nIiwic3ViIjoiMHg0OTVkMmViNTIzNmExMmI4YjRhZDdkMzg0OWNlNmEyMDNjZTIxYzQzZjQ3M2MyNDhkZmQ1Y2U3MGQ5NDU0ZmEifQ.BPihIbGhnnsuPlReqC9x12JFXldpswg5EdA6tTiDQm-_UHaRz_8RfVBqWc2fPN6CzFsXTq7GowZu-2qMxPvZK_fGcxEhTp2k1r8MUxowlUIT4vPu2scCwrsyIujlCAwS"
}