Skip to main content

Get Client Wallet by ID

GET 

/v1/crossborder/clients/:id/wallets/:wallet_id

Retrieve detailed information about a specific client wallet by providing the client ID and wallet ID.

Request

Path Parameters

    id stringrequired

    Client ID.

    wallet_id stringrequired

    Wallet ID.

Header Parameters

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Responses

Client wallet returned successfully.

Schema
    id stringrequired

    Wallet ID.

    user_id stringrequired

    User ID.

    client_id stringrequired

    Client ID.

    name stringrequired

    Wallet name.

    address stringrequired

    Wallet address.

    network stringrequired

    Network.

    provider stringrequired

    Wallet provider.

    status stringrequired

    Possible values: [ACTIVE, INACTIVE, PENDING, BLOCKED]

    Wallet status.

    currency_symbol objectrequired

    Currency symbol.

    created_at date-timerequired

    Wallet created date.

    updated_at date-timerequired

    Wallet updated date.

Loading...