Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

API Documentation Index

Quick Reference: CLAUDE.md | Backend Guide


📖 About This Directory

This directory contains API contracts and specifications for all microservices.

Each service exposes Swagger/OpenAPI documentation at http://localhost:<port>/docs.


🎯 Service API Documentation

Trading & Prediction

Core Services

Intelligence & Analysis

Search & Analytics

Supporting Services


🔍 API Testing

Quick Test Commands

# Health check all services
./scripts/health_check.sh

# Test specific endpoint
curl http://localhost:8100/api/v1/auth/health

# Authenticated request (JWT)
TOKEN="your-jwt-token"
curl -H "Authorization: Bearer $TOKEN" \
  http://localhost:8101/api/v1/feeds

Postman Collection

Import Swagger/OpenAPI specs into Postman:

http://localhost:<port>/openapi.json

📚 Related Documentation


Last Updated: 2025-12-07 Maintainer: API Team