Skip to main content

List Wallets

GET 

/api/v1/wallets

List Wallets

Request

Header Parameters

    ApiKey stringrequired
    AccountId stringrequired

Responses

OK

Schema
    content object[]
  • Array [
  • id uuid

    Identifier for the wallet

    currency string

    Possible values: Value must match regular expression [A-Z]{3}

    Currency of the wallet

    accountNumber string

    Account number of the wallet

  • ]
  • number int32
    size int32
    totalElements int64
    last boolean
    totalPages int32
    first boolean
    sort object
    empty boolean
    unsorted boolean
    sorted boolean
    numberOfElements int32
    empty boolean
Loading...