---
title: "Enrich Account"
method: POST
path: "/wallets/account/enrich"
---

# Enrich Account

`POST /wallets/account/enrich`

Create deposit credentials for an account. If already enriched, the deposit credentials are returned.

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — Unique Id of the user for whom this wallet is being created
  - `accountId` string, required — Unique Id of an account belonging to any wallet of this user

## Response `200`

200

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
