API Documentation
Ramaris provides a REST API for accessing strategy and wallet analytics data programmatically.
Interactive Documentation
Explore our API with the interactive API Docs - try endpoints directly in your browser.
For AI Coding Assistants
Building with Claude, ChatGPT, Cursor, or Copilot? Pass one of these URLs to your AI:
| File | Best For | URL |
|---|---|---|
| llms.txt | Quick overview | https://www.ramaris.app/llms.txt |
| llms-full.txt | Complete API reference | https://www.ramaris.app/llms-full.txt |
| OpenAPI Spec | Code generation tools | https://www.ramaris.app/api/v1/openapi.yaml |
Example Prompts
For Claude / ChatGPT
Fetch https://www.ramaris.app/llms-full.txt and help me build
an integration with the Ramaris API to list my followed strategies.
For Cursor / Copilot
Add to your project’s context or .cursorrules:
API Reference: https://www.ramaris.app/llms-full.txt
What’s in Each File?
llms.txt (Concise)
A brief overview following the llmstxt.org specification:
- Platform description
- Key endpoints at a glance
- Links to detailed documentation
llms-full.txt (Complete)
Full API documentation in a single file:
- Core concepts (Wallets, Strategies, Subscriptions)
- All REST API endpoints with examples
- Request/response schemas
- Authentication and rate limiting
- Error codes and handling
OpenAPI Spec (Machine-Readable)
Standard OpenAPI 3.0 specification:
- Structured endpoint definitions
- Type schemas for code generation
- Compatible with tools like Swagger, Postman, and OpenAPI Generator
Interactive Documentation
For human-readable docs with a try-it-out interface, visit our API Docs page.
Getting an API Key
- Sign up or log in to Ramaris
- Go to API Access
- Create a new API key
- Use it with Bearer authentication:
Authorization: Bearer rms_your_api_key_here
Rate Limits
| Tier | Requests/Hour |
|---|---|
| FREE | 100 (strategies only) |
| PRO | 1,000 |
| ULTRA | 10,000 |
| ENTERPRISE | 100,000 |
Need Help?
- Interactive API Docs - Try endpoints in your browser
- API Access - Manage your API keys
- Pricing - Compare subscription tiers