Admin Panel

Sync market data and monitor operations

Real-time streaming ยท Database management

Quick Actions

Essential admin operations

๐Ÿ“š Swagger API ๐Ÿ“„ OpenAPI JSON

Live Progress

Real-time sync logs streaming from server

Ready to sync

Click "Sync All Market Data" above to begin. Real-time logs will stream here.

Data Management

View and manage indicators and assets

Click "List Indicators" to view current indicators in the database.

Click "List Assets" to view current assets in the database.

API Test Results

Results from health checks and test data creation

Ready

Health check and test data results will appear here after running Quick Actions above.

API Documentation

REST API endpoints for programmatic access

๐Ÿ“Š Indicator Management

Market indicator CRUD operations

Endpoints

POST /api/admin/indicators
GET /api/admin/indicators
DELETE /api/admin/indicators/{id}
GET /api/admin/health

๐Ÿ“ˆ Asset Management

Asset CRUD operations

Endpoints

POST /api/admin/assets
GET /api/admin/assets
DELETE /api/admin/assets/{id}

Development Mode

No authentication required for local development