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

# Generate Celo wallet

`GET /v3/celo/wallet`

/v3/celo/wallet

**1 credit per API call**

Tatum supports BIP44 HD wallets. It is very convenient and secure, since it can generate 2^31 addresses from 1 mnemonic phrase. Mnemonic phrase consists of 24 special words in defined order and can restore access to all generated addresses and private keys.  
Each address is identified by 3 main values:

*   Private Key - your secret value, which should never be revealed
*   Public Key - public address to be published
*   Derivation index - index of generated address

Tatum follows BIP44 specification and generates for Celo wallet with derivation path m'/44'/52752'/0'/0. More about BIP44 HD wallets can be found here - [https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki). Generate BIP44 compatible Celo wallet.

## Query parameters

- `mnemonic` string

## Response `200`

OK

- Wallet
  - `mnemonic` string, required — Generated mnemonic for wallet.
  - `xpub` string, required — Generated Extended public key for wallet with derivation path according to BIP44. This key can be used to generate addresses.

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