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:

FileBest ForURL
llms.txtQuick overviewhttps://www.ramaris.app/llms.txt
llms-full.txtComplete API referencehttps://www.ramaris.app/llms-full.txt
OpenAPI SpecCode generation toolshttps://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

  1. Sign up or log in to Ramaris
  2. Go to API Access
  3. Create a new API key
  4. Use it with Bearer authentication:
Authorization: Bearer rms_your_api_key_here

Rate Limits

TierRequests/Hour
FREE100 (strategies only)
PRO1,000
ULTRA10,000
ENTERPRISE100,000

Need Help?