Documentation Index
Fetch the complete documentation index at: https://docs.nevua.markets/llms.txt
Use this file to discover all available pages before exploring further.
Bearer Token Authentication
For endpoints that require authentication, you must include a Bearer token in the Authorization header. This token identifies your account and provides access to your data.How to Authenticate
Include your API token in theAuthorization header of every request using the Bearer authentication scheme:
Example Request
Getting Your API Token
TBDAuthentication Errors
If authentication fails, you’ll receive a401 Unauthorized response with details about the authentication error. Common causes include:
- Missing Authorization header
- Invalid or expired token
- Malformed Bearer token format