---
title: "List hyperlane tokens info"
method: GET
path: "/hyperlane/token"
tags: ["hyperlane"]
---

# List hyperlane tokens info

`GET /hyperlane/token`

Returns a paginated list of Hyperlane tokens indexed on Celestia. Supports filtering by owner address, mailbox identity, and token type (synthetic or collateral).

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `owner` string
- `mailbox` string
- `type` 'synthetic' | 'collateral'

## Response `200`

OK

- ResponsesHyperlaneToken[]
  - `denom` string, string
  - `height` integer
  - `id` integer
  - `mailbox` string, binary
  - `owner` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `received` string, string
  - `received_transfers` integer
  - `sent` string, string
  - `sent_transfers` integer
  - `time` string, date-time
  - `token_id` string, binary
  - `tx_hash` string, binary
  - `type` string, string

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

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