Skip to main content
GET
/
api
/
public
/
v1
/
pulse
/
stats
Get API public v1 pulse stats
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/pulse/stats \
  --header 'X-API-Key: <api-key>'
{
  "avgWinRate": 123,
  "dataEndDate": "<string>",
  "dataStartDate": "<string>",
  "totalPnl": 123,
  "totalTraders": 123,
  "totalTrades": 123,
  "totalVolume": 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

avgWinRate
number<double>
required
dataEndDate
string
required
dataStartDate
string
required
totalPnl
number<double>
required
totalTraders
integer<int64>
required
totalTrades
number<double>
required
totalVolume
number<double>
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

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