Skip to main content

Get Counterparty External Wallet by ID

GET 

/v1/crossborder/counterparties/:id/wallets/:client_wallet_id

Retrieve detailed information about a specific counterparty external wallet, including its address, network, currency symbol, provider, status, and associated counterparty information. Requires both the counterparty ID and the client wallet ID.

Request

Path Parameters

    id stringrequired

    Counterparty ID.

    client_wallet_id stringrequired

    Client 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

Counterparty wallet returned successfully.

Schema
    id stringrequired

    Wallet ID.

    user_id stringrequired

    User ID.

    counterparty_id stringrequired

    Counterparty ID.

    name stringrequired

    Wallet name.

    address stringrequired

    Wallet address.

    network stringrequired

    Network.

    currency_symbol objectrequired

    Currency symbol.

    provider stringrequired

    Provider.

    status stringrequired

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

    Wallet status.

    created_at date-timerequired

    Wallet created date.

    updated_at date-timerequired

    Wallet updated date.

Loading...