v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Get All Wallets By User

Fetch a wallet and its associated accounts with a wallet Id

post/wallets/get/all

Headers

api-keystring required

Your Striga API key

Authorizationstring required

Request body

userIdstring required

Unique Id of the user whose wallets are to be fetched

startDatestring date-time required

Format as a UNIX Epoch timestamp with ms precision

endDatestring date-time required

Format as a UNIX Epoch timestamp with ms precision

pageinteger required

Page number

Response

200

countinteger
totalinteger

Example response

{
  "wallets": [
    {
      "walletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
      "accounts": {
        "USDC": {
          "accountId": "9ac77e120ef8c9dcd92abedbfe994bc5",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "USDC",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.049Z",
          "availableBalance": {
            "amount": "0",
            "currency": "cents",
            "hAmount": "0",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "0.9212"
          },
          "linkedCardId": "UNLINKED",
          "blockchainDepositAddress": "0x9Ec09cc536184814626b142869188F2C01CdBAf2",
          "blockchainNetwork": {
            "name": "USD Coin Test (Sepolia)",
            "type": "ERC20",
            "contractAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
          },
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:USDC",
          "blockchainNetworks": [
            {
              "name": "USD Coin Test (Sepolia)",
              "type": "ERC20",
              "contractAddress": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
            }
          ],
          "multiChainSupport": true
        },
        "EUR": {
          "accountId": "0969deaa150b7c76887995b9dcc1901c",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "EUR",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.047Z",
          "availableBalance": {
            "amount": "0",
            "currency": "cents",
            "hAmount": "0",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "1"
          },
          "linkedCardId": "1d7377f8-eb20-42d5-9979-feb7ab9498bf",
          "linkedBankAccountId": "EUR05385601967233",
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:EUR",
          "bankingDetails": {
            "currency": "EUR",
            "status": "ACTIVE",
            "internalAccountId": "EUR05385601967233",
            "bankCountry": "GB",
            "bankAddress": "The Bower, 207-211 Old Street, London, England, EC1V 9NR",
            "iban": "GB70SEOU19870010338062",
            "bic": "SEOUGB21",
            "accountNumber": "010338062",
            "bankName": "Simulator Bank",
            "bankAccountHolderName": "CARD 2 MULTI",
            "provider": "SIMULATOR"
          },
          "linkedCardIds": [
            "1d7377f8-eb20-42d5-9979-feb7ab9498bf"
          ]
        },
        "BTC": {
          "accountId": "94abaad8b3887996061087a7f73af427",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "BTC",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.049Z",
          "availableBalance": {
            "amount": "0",
            "currency": "satoshis",
            "hAmount": "0.00000000",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "75718.36"
          },
          "linkedCardId": "e0637300-8c16-4a3e-8eba-5cee7027146c",
          "blockchainDepositAddress": "tb1qvj4nx60q4z2mc58sl4q0zcx68cnygvsgge4rg6",
          "blockchainNetwork": {
            "name": "Bitcoin Testnet 3"
          },
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:BTC",
          "blockchainNetworks": [
            {
              "name": "Bitcoin Testnet 3"
            }
          ],
          "linkedCardIds": [
            "6e3ed3db-80f0-4296-b6ce-8c2f270c8441"
          ]
        },
        "BNB": {
          "accountId": "535e7d5b8d247386d15a5ce8b724c254",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "BNB",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.051Z",
          "availableBalance": {
            "amount": "0",
            "currency": "wei",
            "hAmount": "0.0",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "545"
          },
          "linkedCardId": "UNLINKED",
          "blockchainDepositAddress": "0x9Ec09cc536184814626b142869188F2C01CdBAf2",
          "blockchainNetwork": {
            "name": "Binance Coin Test (BSC)"
          },
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:BNB",
          "blockchainNetworks": [
            {
              "name": "Binance Coin Test (BSC)"
            }
          ]
        },
        "POL": {
          "accountId": "310e019965c8a89aefb11c0ded0d20ad",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "POL",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.052Z",
          "availableBalance": {
            "amount": "0",
            "currency": "wei",
            "hAmount": "0.0",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "0.19785"
          },
          "linkedCardId": "UNLINKED",
          "blockchainDepositAddress": "0x9Ec09cc536184814626b142869188F2C01CdBAf2",
          "blockchainNetwork": {
            "name": "Polygon Testnet Amoy"
          },
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:POL",
          "blockchainNetworks": [
            {
              "name": "Polygon Testnet Amoy"
            }
          ]
        },
        "ETH": {
          "accountId": "da158c7a480e35f5bc3b04d60725190c",
          "parentWalletId": "e3c9e087-2a31-403d-a438-47bde03b95d2",
          "currency": "ETH",
          "ownerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "ownerType": "CONSUMER",
          "createdAt": "2025-03-13T10:45:00.050Z",
          "availableBalance": {
            "amount": "0",
            "currency": "wei",
            "hAmount": "0.0",
            "fiatEquivalentBalance": "0",
            "fiatCurrency": "EUR",
            "hFiatEquivalentBalance": "0",
            "rate": "1739.74"
          },
          "linkedCardId": "UNLINKED",
          "blockchainDepositAddress": "0x9Ec09cc536184814626b142869188F2C01CdBAf2",
          "blockchainNetwork": {
            "name": "Ethereum Test (Sepolia)"
          },
          "status": "ACTIVE",
          "permissions": [
            "CUSTODY"
          ],
          "enriched": true,
          "parentApplicationId": "e15303cc-1cdf-430a-8192-c52190b2b891",
          "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
          "accountPath": "e3c9e087-2a31-403d-a438-47bde03b95d2:ETH",
          "blockchainNetworks": [
            {
              "name": "Ethereum Test (Sepolia)"
            }
          ]
        }
      },
      "syncedOwnerId": "1daddba7-d129-4e80-b6bc-a65203fe398c",
      "ownerType": "CONSUMER",
      "createdAt": "2025-03-13T10:45:00.124Z",
      "comment": "DEFAULT",
      "walletBalance": "0"
    }
  ],
  "count": 1,
  "total": 1
}