---
title: "Get a crypto deposit address"
method: GET
path: "/crypto/deposit-address"
tags: ["crypto"]
---

# Get a crypto deposit address

`GET /crypto/deposit-address`

Get (or lazily create) a deposit address for the authenticated user.
id must be a valid 0xProcessing currency identifier from cryptoCurrencies.

## Query parameters

- `currency` string, required

## Response `200`

Successful response.

- CryptoDepositAddress
  - `address` string, required — Blockchain deposit address.
  - `id` string, required — 0xProcessing currency identifier used to create this wallet.
  - `network` string, required — Network name, e.g. "TRC20", "ERC20", "Bitcoin", "Solana".
  - `tag` string, nullable — Memo/tag required for TON, XRP, etc. Null if not required.

## Other responses

- `401` — Missing or invalid access token.
- `403` — The token lacks the required scope or access to the resource.
- `404` — The resource does not exist or is not visible to the caller.
- `422` — The request body or parameters are invalid.
- `429` — Rate limit exceeded. Retry after the indicated delay.
- `502` — The upstream data service returned an error.

---

[API](https://skmtc.dev/streamloop/apis/streamloop-api.md) · [All operations](https://skmtc.dev/streamloop/apis/streamloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamloop/streamloop-api/revisions/7f30ccbac1b1/schema)
