---
title: "Get a Deposit Transaction by Signature"
method: GET
path: "/v1/transactions/deposit/signature/{signature}"
tags: ["Deposits"]
---

# Get a Deposit Transaction by Signature

`GET /v1/transactions/deposit/signature/{signature}`

Fetches a deposit transaction using its blockchain transaction signature. Returns the transaction details including deposit, deposit customer, and metadata.

## Path parameters

- `signature` string, required

## Query parameters

- `apiKey` string, required

## Response `200`

Deposit transaction retrieved successfully.

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
