Skip to main content
GET
/
api
/
public
/
v1
/
live
/
long-short
/
history
Get API public v1 live long short history
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/live/long-short/history \
  --header 'X-API-Key: <api-key>'
{
  "coin": "<string>",
  "history": [
    {
      "accountRatio": 123,
      "avgLongLeverage": 123,
      "avgShortLeverage": 123,
      "coin": "<string>",
      "longAccounts": 123,
      "longVolume": 123,
      "netBias": 123,
      "shortAccounts": 123,
      "shortVolume": 123,
      "timestamp": 123,
      "totalUnrealizedPnl": 123,
      "volumeRatio": 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

Query Parameters

coin
string
default:_GLOBAL
hours
integer<int32>
default:168

Response

OK

coin
string
required
history
object[] | null
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/Get-live-long-short-historyResponse.json"