---
title: "Get pending and recent onramp transactions for the current user"
method: GET
path: "/v1/deposits/pending"
tags: ["deposits"]
---

# Get pending and recent onramp transactions for the current user

`GET /v1/deposits/pending`

## Response `200`

Successful response

- object
  - `deposits` OnrampTransaction[], required
    - `id` string, required
    - `deposit_id` string, required
    - `amount` string, required
    - `gross_amount` string, required
    - `fees_paid` string, required
    - `currency_symbol` string, required
    - `currency_decimals` integer, required
    - `blockchain` string, required
    - `status` 'submitted' | 'enriched' | 'confirmed' | 'failed', required
    - `bridge_status` 'pending' | 'initiated' | 'success' | 'failed' | 'skipped', required
    - `tx_signature` string, nullable, required
    - `bridge_tx_hash` string, nullable, required
    - `bridge_error` string, nullable, required
    - `source` string, required
    - `submitted_at` string, nullable, required
    - `enriched_at` string, nullable, required
    - `confirmed_at` string, nullable, required
    - `bridged_at` string, nullable, required
    - `created_at` string, required
    - `amount_human` string, required

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/d9a714c3ff23/schema)
