Skip to main content
GET
/
api
/
public
/
v1
/
hip4
/
cross-product
/
overlap
Get API public v1 hip4 cross product overlap
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/hip4/cross-product/overlap \
  --header 'X-API-Key: <api-key>'
{
  "hip4TradersTotal": 123,
  "overlap": 123,
  "overlapPct": 123,
  "perpTradersTotal": 123,
  "since": "<string>",
  "$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

Query Parameters

days
integer<int64>
default:7

Look-back window in days (default 7, max 30)

Response

OK

hip4TradersTotal
integer<int64>
required
overlap
integer<int64>
required
overlapPct
number<double>
required
perpTradersTotal
integer<int64>
required
since
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

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