SurfSense/surfsense_backend/app/tasks
API Test Bot 9f66d5ca25 feat(backend): Implement DexScreener connector (Story 1.1)
Core Implementation:
- Add DexScreenerConnector class with public API integration
- Implement token pair data fetching and indexing
- Add API routes: add, delete, test endpoints
- Register connector in task indexers and Celery tasks
- Add DEXSCREENER_CONNECTOR enum to database models

Features:
- Support up to 50 tokens per connector
- Track prices, volume, liquidity across multiple DEXs
- EVM and Solana address validation
- Periodic sync support
- No API key required (public DexScreener API)

API Endpoints:
- POST /api/v1/connectors/dexscreener/add
- DELETE /api/v1/connectors/dexscreener
- GET /api/v1/connectors/dexscreener/test

All endpoints require JWT authentication 
Integration tests passing 
Ready for production deployment 
2026-01-31 17:25:48 +07:00
..
celery_tasks feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
chat hotpatch(cloud): add llm load balancing 2026-01-29 15:28:31 -08:00
connector_indexers feat(backend): Implement DexScreener connector (Story 1.1) 2026-01-31 17:25:48 +07:00
document_processors style(backend): run ruff format on 10 files 2026-01-28 22:20:02 +02:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
composio_indexer.py feat(indexing): add content hash check to prevent duplicate indexing and update return values for indexing functions 2026-01-28 03:55:25 +05:30
surfsense_docs_indexer.py chore: linting 2026-01-12 14:17:15 -08:00