Sugra Entity

Compose a single slice of the KYB envelope

Resolve an entity by (anchor, value) and compose ONLY the named slice (one of profile, screening, ownership, adverse-media). Same fail-CLOSED mapping as the full composed endpoint.

get/api/v1/entity/{anchor}/{value}/{slice_name}

Path parameters

anchorstring required

Entity anchor type (lei or vat).

Entity anchor type (lei or vat).

valuestring required

Anchor value (e.g. the LEI code or the VAT number).

Anchor value (e.g. the LEI code or the VAT number).

slice_namestring required

Single slice to compose.

Single slice to compose.

Query parameters

as_ofstring nullable

Point-in-time date (YYYY-MM-DD) scoping the screening slice to the dated snapshot (applies only when slice=screening).

Point-in-time date (YYYY-MM-DD) scoping the screening slice to the dated snapshot (applies only when slice=screening).

Response

Successful Response

Example response

{
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}

Changes