Skip to main content

List all wallets

Returns a paginated list of all wallets

Query Parameters
  • page number

    Possible values: >= 1

    Default value: 1

    Current page number of the results list

  • pageSize number

    Possible values: >= 1 and <= 100

    Default value: 10

    Number of items per page in the results list

Responses

Successful operation


Schema
  • total number

    Total number of items

  • page number

    Current page number of the results list

  • pageSize number

    Number of items per page in the results list

  • results object[]

    Array containing the wallet items

  • id string

    Unique wallet identifier.

  • metadata object

    A dictionary style object with string keys and values. Key names up to 40 characters long. Values up to 500 characters long. Up to 50 keys.

  • property name* string
  • status string
  • address string

    Wallet address

  • createdOn date-time

    The date and time when the object was created.

Loading...