---
title: "Get Wallet Metadata"
method: GET
path: "/v3/metadata/collection_accounts/wallets"
---

# Get Wallet Metadata

`GET /v3/metadata/collection_accounts/wallets`

Returns metadata about the stablecoin wallets that can be created for a given entity. Use this to discover available blockchains, limits, compliance requirements, and on_behalf_of support.

## Query parameters

- `country` string
- `currencies` string[]
- `entity` string
- `on_behalf_of` boolean

## Response `200`

Wallet metadata for the given filters.

- object
  - `capabilities` WalletCapability[] — List of wallet capabilities available for the given filters.
    - `payment_method_type` 'stablecoin_usdt' | 'stablecoin_usdc' — Stablecoin payment method type.
    - `type` string[] — Supported blockchains for this payment method type.
    - `limit` TransferLimit — Minimum and maximum transfer limits.
      - `minimum` object
        - `amount` number
        - `ccy` string
      - `maximum` object
        - `amount` number
        - `ccy` string
      - `currency` string — Currency in which the limits are specified.
    - `on_behalf_of` WalletOnBehalfOf — on_behalf_of collection support details for a wallet capability.
      - `support` boolean — Whether on_behalf_of collections can be created.
      - `restricted_industry_verticals` string[] — Industry verticals restricted for on_behalf_of collections.
      - `additional_requirements` string[] — Additional requirements for on_behalf_of collections.
      - `restricted_remitter_countries` string[] — Sender countries restricted for on_behalf_of collections.
      - `restricted_account_holder_countries` string[] — Account holder countries restricted for on_behalf_of collections.
    - `setup_time` 'instant' | 't_plus_1' | 't_plus_2' | 't_plus_3' | 'extended' — Time required to set up the wallet.

---

[API](https://skmtc.net/tazapay/apis/sandbox.md) · [All operations](https://skmtc.net/tazapay/apis/sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tazapay/sandbox/revisions/bf5f4b8f6f5d/schema)
