Market Data Service is a high-performance financial data API that provides comprehensive Symbol prices of different markets through both RESTful endpoints and real-time WebSocket connections.
{ "development": { "username": "market_user", "password": "market_password", "database": "market_data", "host": "127.0.0.1", "dialect": "postgres" }, "test": { "username": "market_user", "password": "market_password", "database": "market_data", "host": "127.0.0.1", "dialect": "postgres" }, "production": { "use_env_variable": "DATABASE_URL", "dialect": "postgres" } }