---
title: "Get Account By Id"
method: POST
path: "/wallets/get/account"
---

# Get Account By Id

`POST /wallets/get/account`

Fetch a user account by Id

## Headers

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

## Request body

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

## Response `200`

200

- union
  - object
    - `accountId` string
    - `parentWalletId` string
    - `currency` string
    - `ownerId` string
    - `ownerType` string
    - `createdAt` string
    - `availableBalance` object
      - `amount` string
      - `currency` string
      - `hAmount` string
      - `fiatEquivalentBalance` string
      - `fiatCurrency` string
      - `hFiatEquivalentBalance` string
      - `rate` string
    - `linkedCardId` string
    - `blockchainDepositAddress` string
    - `blockchainNetwork` object
      - `name` string
    - `status` string
    - `permissions` string[]
    - `enriched` boolean
    - `parentApplicationId` string
    - `syncedOwnerId` string
    - `accountPath` string
    - `blockchainNetworks` object[]
      - `name` string
    - `multiChainSupport` boolean
    - `linkedCardIds` string[]
  - object
    - `accountId` string
    - `parentWalletId` string
    - `currency` string
    - `ownerId` string
    - `ownerType` string
    - `createdAt` string
    - `availableBalance` object
      - `amount` string
      - `currency` string
      - `hAmount` string
      - `fiatEquivalentBalance` string
      - `fiatCurrency` string
      - `hFiatEquivalentBalance` string
      - `rate` string
    - `linkedCardId` string
    - `linkedBankAccountId` string
    - `status` string
    - `permissions` string[]
    - `enriched` boolean
    - `parentApplicationId` string
    - `syncedOwnerId` string
    - `accountPath` string
    - `bankingDetails` object
      - `currency` string
      - `status` string
      - `internalAccountId` string
      - `bankCountry` string
      - `bankAddress` string
      - `iban` string
      - `bic` string
      - `accountNumber` string
      - `bankName` string
      - `bankAccountHolderName` string
      - `provider` string
      - `paymentType` unknown
      - `domestic` boolean
      - `routingCodeEntries` unknown[]
        - unknown
      - `payInReference` unknown

---

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