> ## Documentation Index
> Fetch the complete documentation index at: https://docs.centryos.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Create JWT Token

> Generate a JWT for API authentication.

Create a JWT token to authenticate Account and Liquidity API requests. This uses the same endpoint as Generate Access Token.

<CardGroup cols={1}>
  <Card title="Generate Access Token" icon="key" href="/api-reference/account-service/generate-access-token">
    POST /v1/ext/jwt/generate-token — Get a short-lived access token
  </Card>
</CardGroup>
