---
title: "List hyperlane transfers info"
method: GET
path: "/hyperlane/transfer"
tags: ["hyperlane"]
---

# List hyperlane transfers info

`GET /hyperlane/transfer`

Returns a paginated list of Hyperlane cross-chain token transfers. Supports filtering by sender/receiver address, relayer, mailbox, token, transfer type (send/receive), domain, and transaction hash.

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'
- `address` string
- `relayer` string
- `mailbox` string
- `token` string
- `type` 'send' | 'receive'
- `domain` integer
- `hash` string

## Response `200`

OK

- ResponsesHyperlaneTransfer[]
  - `address` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `body` string, string
  - `counterparty` ResponsesHyperlaneCounterparty
    - `chain_metadata` ResponsesChainMetadata
      - `block_explorers` ResponsesBlockExplorer[]
        - `api_url` string, string
        - `family` string, string
        - `name` string, string
        - `url` string, string
      - `name` string
      - `native_token` ResponsesNativeToken
        - `decimals` integer
        - `name` string, string
        - `symbol` string, string
    - `domain` integer
    - `hash` string
  - `denom` string, string
  - `gas_payment` ResponsesGasPayment
    - `amount` string, string
    - `gas_amount` string, string
    - `igp_id` string, binary
  - `height` integer
  - `id` integer
  - `mailbox` string, binary
  - `metadata` string, string
  - `nonce` integer
  - `received` string, string
  - `relayer` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `time` string, date-time
  - `token_id` string, binary
  - `tx_hash` string, binary
  - `type` string, string
  - `version` integer

## Other responses

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

## Changes

> 52 revisions in range; 28 could not be searched.

- **2024-10-13** `2ec1cffe67d5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/celenium-io/apis/celenium-api/changes/hyperlane/transfer/get.md)

---

[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)
