---
title: "Generate Dogecoin deposit address from Extended public key"
method: GET
path: "/v3/dogecoin/address/{xpub}/{index}"
tags: ["Dogecoin - Tatum API"]
---

# Generate Dogecoin deposit address from Extended public key

`GET /v3/dogecoin/address/{xpub}/{index}`

/v3/dogecoin/address/{xpub}/{index}

#### 1 credit per API call.

  

Generate Dogecoin deposit address from Extended public key. Deposit address is generated for the specific index - each extended public key can generate up to 2^31 addresses starting from index 0 until 2^31 - 1.

## Path parameters

- `xpub` string, required
- `index` number, required

## Response `200`

OK

- object
  - `address` string — Dogecoin address

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `403` — Forbidden. The request is authenticated, but it is not possible to required perform operation due to logical error or invalid permissions.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
