---
title: "Get the delivery estimate for a transfer"
method: GET
path: "/v1/delivery-estimates/{transferId}"
tags: ["delivery-estimate"]
---

# Get the delivery estimate for a transfer

`GET /v1/delivery-estimates/{transferId}`

Get the live delivery estimate for a transfer by the transfer ID.

The delivery estimate is the time at which we currently expect the transfer to arrive in the beneficiary's bank account. This is not a guaranteed time but we are working hard to make these estimates as accurate as possible.

## Path parameters

- `transferId` integer, required

## Query parameters

- `timezone` string

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Delivery estimate for the transfer.

- object
  - `estimatedDeliveryDate` string, date-time — Estimated time when funds will arrive in the recipient's bank account.
  - `formattedEstimatedDeliveryDate` string — A string to display to users for the estimated delivery date.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
