Generate a JWT token to authenticate API requests. The token contains encoded credentials and permissions that are required for accessing protected endpoints. This endpoint uses Basic Authentication. You’ll need to encode your API Client ID and Secret in theDocumentation Index
Fetch the complete documentation index at: https://docs.centryos.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
The JWT token returned will be used to authenticate both Account and Liquidity endpoints
Basic Authentication
To authenticate, combine your API Client ID and Secret in the format{apiClientId}:{apiClientSecret} and base64 encode it: