---
title: "Returns nontokenized positions and their details"
method: GET
path: "/api/v1/nontokenized"
tags: ["metadata"]
---

# Returns nontokenized positions and their details

`GET /api/v1/nontokenized`

## Query parameters

- `project` string
- `protocolSlug` string
- `chainId` number
- `positionId` string[]
- `address` string[]
- `primaryAddress` string[]
- `underlyingTokens` string[]
- `underlyingTokensExact` string[]
- `page` number
- `pageSize` number
- `cursor` number

## Response `200`

- object
  - `meta` PaginationMeta, required
    - `total` number, required — Total amount of pages
    - `lastPage` number, nullable — Last page number
    - `currentPage` number, nullable — Current page number
    - `perPage` number, required — Amount of elements per page
    - `prev` number, nullable — Previous page
    - `next` number, nullable — Next page
    - `cursor` number, nullable — Cursor for pagination
  - `data` NonTokenizedModel[] — Returned data for current page
    - `chainId` number, required — Chain ID of the network of the nontokenized position
    - `project` string, required — The project associated with the nontokenized position
    - `protocol` string, required — The specific standard integration or version of the nontokenized position
    - `address` string, required — Ethereum address of the nontokenized position
    - `positionId` string, required — Opaque position identifier of the nontokenized position
    - `primaryAddress` string, required — Ethereum address of the nontokenized position
    - `name` string — Name of the nontokenized position
    - `logosUri` string — Logo of the nontokenized position
    - `underlyingTokens` TokenModel[], nullable — Underlying tokens of nontokenized position
      - `address` string, required — Ethereum address of the token
      - `chainId` number, required — Chain ID of the network of the token
      - `type` string, required — Type of token
      - `decimals` number, required — Token decimals
      - `symbol` string, nullable — Token name
      - `name` string, nullable — Token symbol
      - `logosUri` string[], nullable — A list of logos for the token

---

[API](https://skmtc.net/enso/apis/untitled-api.md) · [All operations](https://skmtc.net/enso/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enso/untitled-api/revisions/b70d36b7002b/schema)
