mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
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 ✅ |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| airtable_add_connector_route.py | ||
| chat_comments_routes.py | ||
| circleback_webhook_route.py | ||
| clickup_add_connector_route.py | ||
| composio_routes.py | ||
| confluence_add_connector_route.py | ||
| dexscreener_add_connector_route.py | ||
| discord_add_connector_route.py | ||
| documents_routes.py | ||
| editor_routes.py | ||
| google_calendar_add_connector_route.py | ||
| google_drive_add_connector_route.py | ||
| google_gmail_add_connector_route.py | ||
| incentive_tasks_routes.py | ||
| jira_add_connector_route.py | ||
| linear_add_connector_route.py | ||
| logs_routes.py | ||
| luma_add_connector_route.py | ||
| new_chat_routes.py | ||
| new_llm_config_routes.py | ||
| notes_routes.py | ||
| notifications_routes.py | ||
| notion_add_connector_route.py | ||
| podcasts_routes.py | ||
| public_chat_routes.py | ||
| rbac_routes.py | ||
| search_source_connectors_routes.py | ||
| search_spaces_routes.py | ||
| slack_add_connector_route.py | ||
| surfsense_docs_routes.py | ||
| teams_add_connector_route.py | ||