Skip to main content
GET
/
api
/
dashboard
Get live dashboard state
curl --request GET \
  --url https://api.molq.site/api/dashboard
{
  "portfolio": {},
  "market": {
    "mantleYieldApy": 123,
    "fundingApy": 123,
    "estimatedNetApy": 123,
    "targetNetApy": 123,
    "shieldContributionApy": 123,
    "hedgeContributionApy": 123,
    "hedgeRatio": 123,
    "liquidityScore": 123,
    "riskScore": 123,
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "decisions": [
    {}
  ],
  "hedgeExecution": {
    "configured": true,
    "tradingEnabled": true,
    "venue": "<string>",
    "symbol": "<string>",
    "targetNotionalUsd": 123,
    "currentShortQuantity": 123,
    "currentShortNotionalUsd": 123,
    "accountEquityUsd": 123,
    "unrealizedPnlUsd": 123,
    "message": "<string>"
  }
}

Response

200 - application/json

Live dashboard snapshot

portfolio
object
required
market
object
required
decisions
object[]
required
hedgeExecution
object