---
title: "Generate Algorand wallet"
method: GET
path: "/v3/algorand/wallet"
tags: ["Algorand - Tatum API"]
---

# Generate Algorand wallet

`GET /v3/algorand/wallet`

<h4>1 credit per API call.</h4><br/><p>Tatum supports Algorand wallets.</p>

## Query parameters

- `mnemonic` string

## Response `200`

OK

- AlgoWallet
  - `address` string — address of Algorand account.
  - `secret` string — secretKey can generate Mnemonic, similar to private Key.
  - `mnemonic` string — Mnemonic of the wallet.

## 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)
