Skip to main content
GET
/
api
/
public
/
v1
/
pulse
/
cohorts
/
summary
Get API public v1 pulse cohorts summary
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/pulse/cohorts/summary \
  --header 'X-API-Key: <api-key>'
{
  "pnlTiers": [
    {
      "avgPnl": 123,
      "avgTrades": 123,
      "avgVolume": 123,
      "avgWinRate": 123,
      "tier": "<string>",
      "totalPnl": 123,
      "totalTrades": 123,
      "totalVolume": 123,
      "tradersActive": 123,
      "walletCount": 123
    }
  ],
  "sizeTiers": [
    {
      "avgPnl": 123,
      "avgTrades": 123,
      "avgVolume": 123,
      "avgWinRate": 123,
      "tier": "<string>",
      "totalPnl": 123,
      "totalTrades": 123,
      "totalVolume": 123,
      "tradersActive": 123,
      "walletCount": 123
    }
  ],
  "$schema": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.coinversa.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

OK

pnlTiers
object[] | null
required
sizeTiers
object[] | null
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/CohortSummaryBody.json"