# Get deposit address Get the deposit address on a native blockchain which is used to link deposits to specific customer wallets. Endpoint: GET /custody/v2/deposit/address Version: 1.0.1 Security: SSO_TOKEN ## Query parameters: - `currency` (string, required) Digital asset code. - `network` (string) Chain name / network ## Response 200 fields (application/json): - `address` (string) Deposit address. Example: "bc1qrpp7g75sx3ejclvsfdw2uahzchtyu7vumkuadu" - `currency` (string) Digital asset code. Example: "BTC" - `tag` (string) Additional field required by some blockchains for identifying the transaction recipient beyond a wallet address. - `url` (string) Example: "https://blockchair.com/bitcoin/address/bc1qrpp7g75sx3ejclvsfdw2uahzchtyu7vumkuadu"