---
title: "Generate Algorand account address from private key"
method: GET
path: "/v3/algorand/address/{priv}"
tags: ["Algorand - Tatum API"]
---

# Generate Algorand account address from private key

`GET /v3/algorand/address/{priv}`

<h4>1 credit per API call.</h4><br/>
<p>Generate Algorand account deposit address from private key.</p>

## Path parameters

- `priv` string, required

## Response `200`

OK

- object
  - `address` string — Algorand address

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `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)
