Skip to main content

查询钱包列表

查询钱包列表

Request Body
    vaultId string required

    金库id

    pageIndex pageIndex

    当前页码,首页为 1。

    pageSize pageSize

    每页数据条数(不得小于1,不得大于50;默认 10)

Responses

successful operation


Schema
    code integer
    msg string
    data object
    pageIndex integer
    pageSize integer
    totalSize integer
    list object[]
  • Array [
  • walletId string

    钱包id

    walletName string

    钱包名称

  • ]
  • success boolean
Loading...