{"version":"2.2.0","pairs":["eurusd","gold","btc","crude_oil"],"auth":{"register":"POST /auth/register","login":"POST /auth/login","refresh":"POST /auth/refresh","logout":"POST /auth/logout","me":"GET  /auth/me  (Bearer JWT)","sessions":"GET  /auth/sessions  (Bearer JWT)"},"endpoints":{"signal":"GET  /signal?symbol=CRUDE_OIL","dashboard":"GET  /api/v1/dashboard","signals_history":"GET  /api/v1/signals/history?symbol=gold","live_price":"GET  /api/v1/live-price?symbol=gold","events":"GET  /api/v1/events","sentiment":"GET  /api/v1/sentiment/?symbol=gold","predictions":"GET  /api/v1/predictions/?symbol=gold","predictions_live":"GET  /api/v1/predictions/live?symbol=gold","price_history":"GET  /api/v1/price-history?symbol=gold&timeframe=1H","projection":"GET  /api/v1/projection?symbol=gold","chart":"GET  /api/v1/chart?symbol=gold","accounts_connect":"POST /api/v1/accounts/connect  (Bearer JWT)","accounts_list":"GET  /api/v1/accounts          (Bearer JWT)","accounts_start":"POST /api/v1/accounts/{id}/start (Bearer JWT)","accounts_stop":"POST /api/v1/accounts/{id}/stop  (Bearer JWT)","accounts_delete":"DELETE /api/v1/accounts/{id}   (Bearer JWT)","portfolio":"GET  /api/v1/portfolio          (Bearer JWT)","trades":"GET  /api/v1/trades             (Bearer JWT)","trades_record":"POST /api/v1/trades             (Bearer JWT)","trades_close":"PATCH /api/v1/trades/{id}/close (Bearer JWT)"}}