---
title: "Deposit Address (supporting network) (USER_DATA)"
method: GET
path: "/sapi/v1/capital/deposit/address"
tags: ["Wallet"]
---

# Deposit Address (supporting network) (USER_DATA)

`GET /sapi/v1/capital/deposit/address`

Fetch deposit address with network.

- If network is not send, return with default network of the coin.
- You can get network and isDefault in networkList in the response of Get /sapi/v1/capital/config/getall (HMAC SHA256).

Weight(IP): 10

## Query parameters

- `coin` string, required
- `network` string
- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Deposit address info

- object
  - `address` string, required
  - `coin` string, required
  - `tag` string, required
  - `url` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized Request

---

[API](https://skmtc.net/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.net/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
