Skip to main content
GET
/
api
/
public
/
v1
/
live
/
cohort-bias-history
/
{coin}
Get API public v1 live cohort bias history by coin
curl --request GET \
  --url https://api.coinversa.ai/api/public/v1/live/cohort-bias-history/{coin} \
  --header 'X-API-Key: <api-key>'
{
  "$schema": "<string>",
  "code": "<string>",
  "detail": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

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

Path Parameters

coin
string
required

Query Parameters

hours
integer<int32>
default:168
tierType
enum<string>
default:pnl
Available options:
pnl,
size
tier
string

Response

OK