Get API public v1 live risk overview

get/api/public/v1/live/risk/overview

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

avgLeveragenumber double
concentrationTop10number double required
generatedAtstring required
longPositionsinteger required
nearLiquidationNotionalnumber double required
netBiasnumber double required
shortPositionsinteger required
totalOInumber double required
totalUnrealizedPnlnumber double required
uniqueWalletsinteger required

Example response

{
  "$schema": "https://api.coinversa.ai/schemas/RiskOverviewBody.json",
  "liquidationSummary7d": {
    "$schema": "https://api.coinversa.ai/schemas/LiquidationSummaryBody.json"
  },
  "longShort": {
    "$schema": "https://api.coinversa.ai/schemas/GlobalLongShortBody.json",
    "bySymbol": [
      {
        "$schema": "https://api.coinversa.ai/schemas/CoinLongShortBody.json"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.