v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Get Corporate Account By Id

Fetch a corporate account by Id

post/corporate/account

Headers

api-keystring required

Your Striga API key

Authorizationstring required

Request body

applicationIdstring required

Your unique application ID

accountIdstring required

Unique Id of an account belonging to any wallet of this user

Response

200

accountIdstring
parentWalletIdstring
currencystring
ownerIdstring
rootFiatCurrencystring
ownerTypestring
createdAtstring
linkedCardIdstring
blockchainDepositAddressstring
statusstring
permissionsstring[]
enrichedboolean

Example response

{
  "accountId": "eddf466166ba5381f0e9075a48e82774",
  "parentWalletId": "0aad5c09-9646-49ab-ab3c-2143ec004bd1",
  "currency": "ETH",
  "ownerId": "c3284841-7848-4017-a1b9-bf5c3e4dad2e",
  "rootFiatCurrency": "EUR",
  "ownerType": "CORPORATE",
  "createdAt": "2022-11-27T19:50:23.572Z",
  "availableBalance": {
    "amount": "32967736469627710",
    "currency": "wei"
  },
  "linkedCardId": "UNLINKED",
  "blockchainDepositAddress": "0xC2F1FF4bA36D8A36b440b38e12F67f6C593F98CF",
  "blockchainNetwork": {
    "name": "Ethereum Test (Goerli)"
  },
  "status": "ACTIVE",
  "permissions": [
    "CUSTODY"
  ],
  "enriched": true
}