---
title: "Check transfer status"
method: GET
path: "/status/{quoteId}"
tags: ["Transfer"]
---

# Check transfer status

`GET /status/{quoteId}`

Check the current status of a transfer. Returns the status and an optional LayerZero Scan explorer URL.

## Path parameters

- `quoteId` string, required

## Query parameters

- `txHash` string

## Response `200`

Successfully retrieved status

- object
  - `status` 'PENDING' | 'PROCESSING' | 'SUCCEEDED' | 'FAILED' | 'UNKNOWN'
  - `explorerUrl` string
  - `executionHistory` object[]
    - `event` string
    - `transaction` object
      - `chainKey` string
      - `hash` string

---

[API](https://skmtc.dev/layerzero/apis/layerzero-oft-transfer-api.md) · [All operations](https://skmtc.dev/layerzero/apis/layerzero-oft-transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/layerzero/layerzero-oft-transfer-api/revisions/78f58a3bfce3/schema)
