Skip to main content

Get Wallet by ID

GET 

/operations/wallets/:id

Retrieve detailed information about a wallet by specifying its ID.

Request

Path Parameters

    id stringrequired

    Wallet id.

Header Parameters

    nonce stringrequired

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

Responses

The wallet returned successfully.

Schema
    id stringrequired

    Wallet id.

    name stringrequired

    Wallet name.

    default booleanrequired

    Wallet default flag.

    state stringrequired

    Possible values: [pending, active, deactivate]

    Wallet state.

    permission_types string[]required

    Wallet permission type that defines what the user can do.

    owner_id stringrequired

    Wallet owner id.

    owner_name stringrequired

    Wallet owner name.

    created_at date-timerequired

    Wallet created at.

Loading...