---
title: "Get API public v1 entity by address"
method: GET
path: "/api/public/v1/entity/{address}"
---

# Get API public v1 entity by address

`GET /api/public/v1/entity/{address}`

## Path parameters

- `address` string, required — Any wallet — master, sub-account, or unknown; resolves to the owning entity either way

## Response `200`

OK

- EntityProfileBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `combinedGrossEntryNotional` number, double, required
  - `combinedOpenPositions` integer, required
  - `combinedWallets` integer, required
  - `entity` string, required — Master address — the entity id
  - `isMultiWallet` boolean, required
  - `members` EntityMember[], nullable, required
    - `address` string, required
    - `grossEntryNotional` number, double, required
    - `name` string — User-assigned sub-account label (vault name for vault subs)
    - `openPositions` integer, required
    - `relation` string, required — master | subaccount | linked
  - `topOpenPositions` EntityPosition[], nullable, required
    - `address` string, required
    - `coin` string, required
    - `direction` string, required
    - `entryVwap` number, double, required
    - `openedAt` string, required
    - `size` number, double, required — Signed: negative = short
  - `verified` CensusStamp
    - `chain_time` string, required — Chain timestamp of that snapshot (RFC3339)
    - `positions` integer, required — Open perp positions on the whole exchange at that snapshot
    - `verified_at_block` integer, required — Chain state snapshot block this data was last verified against

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/coinversa/apis/coinversa-api.md) · [All operations](https://skmtc.dev/coinversa/apis/coinversa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinversa/coinversa-api/revisions/77c03c427063/schema)
