GET
/
api
/
v2.1
/
wallet-transfers
/
customer
/
{customerId}
/
wallets
curl --request GET \
  --url https://sandbox.finhub.cloud/api/v2.1/wallet-transfers/customer/{customerId}/wallets \
  --header 'X-Forwarded-For: <x-forwarded-for>'
{
  "customerId": "<string>",
  "wallets": [
    {
      "walletId": "<string>",
      "walletName": "<string>",
      "walletType": "<string>",
      "walletStatus": "<string>",
      "walletPurpose": "POWER_TENANT_BALANCE_GENERAL_PURPOSE_WALLET",
      "service": "FIN_CORE",
      "ownerType": "<string>",
      "assets": [
        {
          "assetId": "<string>",
          "assetType": "CURRENCY",
          "assetSubUnitId": "<string>",
          "assetSubUnitName": "<string>",
          "currency": "<string>",
          "availableBalance": "<string>",
          "currentBalance": "<string>",
          "onHoldBalance": "<string>",
          "blockedBalance": "<string>",
          "allowedOperations": [
            "BUY"
          ],
          "assetTypeFromString": "<string>"
        }
      ],
      "walletPurposeFromString": "<string>",
      "serviceFromString": "<string>"
    }
  ]
}

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

customerId
string
required

Customer ID

Query Parameters

allowedOperations
string

Filter by allowed operations

lineOfBusiness
string

Line of business context

Response

200
application/json

Wallets retrieved successfully

Response containing customer wallets information