Go Back

Strategies API Documentation

Welcome to the Strategies API documentation. This API provides endpoints for retrieving user strategies and submitting purchase requests.

Available Endpoints

Authentication

All endpoints require authentication using a Bearer token in the Authorization header:

Authorization: Bearer <your_token>

To obtain a token, use the login endpoint:

POST /api/v0/auth/login/ { "email": "your_email@example.com", "password": "your_password" }

Base URL

All API endpoints are available at:

https://api.ravenwits.com/api/v0/