Skip to main content

查询链地址

查询链地址

Request Body
    vaultId string required

    金库id

    walletId 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 [
  • id string

    地址id

    address string

    链地址

    encoding integer

    链地址 地址类型(例:BTC链:Legacy(P2PKH)格式:0,Native SegWit(Bech32)格式:2)

  • ]
  • success boolean
Loading...