---
title: "Get list of tokens, transferred with DLN, sorted by popularity"
method: GET
path: "/api/TokenMetadata/popularTokens"
tags: ["TokenMetadata"]
---

# Get list of tokens, transferred with DLN, sorted by popularity

`GET /api/TokenMetadata/popularTokens`

## Query parameters

- `skip` integer
- `take` integer

## Response `200`

OK

- TokensMetadataListResponseDTO — Tokens metadata info
  - `tokens` TokenMetadataInfoDTO[], nullable — Tokens from requested page
    - `chainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `tokenAddress` AddressPropertyDTO
      - `Base64Value` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `stringValue` string, nullable — String representation of the property value
    - `popularityIndex` integer — Number of orders that this token was used in as SwapIn (if there was a preswap), Give token (if there was no preswap) or Take token
  - `totalCount` integer — Total number of tokens

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
