---
title: "Nontokenized positions"
method: GET
path: "/api/v1/nontokenized"
tags: ["Tokens"]
---

# Nontokenized positions

`GET /api/v1/nontokenized`

Returns a list of all nontokenized positions with details.

## Query parameters

- `project` string
- `protocolSlug` string
- `chainId` number
- `address` string[]
- `primaryAddress` string[]
- `page` number
- `cursor` number

## Response `200`

- object
  - `meta` PaginationMeta, required
    - `total` number, required — Total amount of pages
    - `lastPage` number, required — Last page number
    - `currentPage` number, required — Current page number
    - `perPage` number, required — Amount of elements per page
    - `prev` number, required — Previous page
    - `next` number, required — Next page
    - `cursor` number, required — Cursor for pagination
  - `data` NonTokenizedModel[] — Returned data for current page
    - `chainId` number, required — Chain ID of the network of 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
    - `primaryAddress` string, required — Ethereum address of the nontokenized position
    - `underlyingTokens` TokenModel[], nullable, required — 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, required — Token name
      - `name` string, nullable, required — Token symbol
      - `logosUri` string[], nullable, required — A list of logos for the token

---

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