Get API public v1 exchange positions

get/api/public/v1/exchange/positions

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

generatedAtstring required
realizedPnl24hnumber double required

Sum of realized PnL on every position closed in 24h, exchange-wide

totalClosed24hinteger required
totalLiquidated24hinteger required
totalOpenPositionsinteger required

Example response

{
  "$schema": "https://api.coinversa.ai/schemas/PositionsBody.json"
}

Changes

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