Skip to main content

查询地址簿

查询地址簿

Request Body
    vaultId string required

    金库id

    chainSymbol string required

    链名称 简称 链标识 具有唯一性

    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 [
  • address string

    地址

  • ]
  • success boolean
Loading...