Read JEV trading machine feed
Public dashboard feed pushed by the JEV poller: latest status, recent history, and market regime.
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/api/jev/feed
curl https://api.musebook.trade/api/jev/feed
{
"status": {},
"history": [
{}
],
"regime": {},
"updated_at": "string",
"additionalProperty": "anything"
}