Most API endpoints require you to authenticate your requests using a Json Web Token (JWT). You can obtain a JWT by making aDocumentation Index
Fetch the complete documentation index at: https://docs.rhino.fi/llms.txt
Use this file to discover all available pages before exploring further.
POST request to https://api.rhino.fi/authentication/auth/apiKey and including your API key in the payload.
Using the JWT
Once you have a JWT, you need to include it in your API requests using theAuthorization header. Example:
We recommend using the SDK if you use JavaScript/TypeScript for your application as it will take care of handling the JWT flow for you.