---
title: "Get a deposit address."
method: GET
path: "/user/depositAddressInformation"
tags: ["User"]
---

# Get a deposit address.

`GET /user/depositAddressInformation`

## Query parameters

- `currency` string, required
- `network` string, required

## Response `200`

Request was successful

- DepositAddress — Deposit Address
  - `address` string, required
  - `memo` string

## Other responses

- `400` — Parameter Error
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not Found

---

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