Skip to main content

Returns all wallets from the account

GET 

/api/v1/mgmt/wallet/list

Get list of wallets from the account

Request

Header Parameters

    apiKey stringrequired

    Default value: apiKey

    apiKey

Responses

OK

Schema
  • Array [
  • accountId string
    cycleAmount integer
    cycleBehavior string
    cycleNextDate integer
    cyclePeriod string
    disabled boolean
    id string
    lowerLimit integer
    metadata object
    property name* any
    type string
  • ]
Loading...