Skip to main content

List Wallets

GET 

/operations/wallets

Retrieve a list of the user's wallets. You can include any of the filter parameters below to refine your search.

Request

Query Parameters

    owner string

    Possible values: [USER, OTHER]

    User wallet owner type.

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 wallets returned successfully.

Schema
  • Array [
  • 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...