跳至主要内容

生成链地址

生成链地址

Request Body
    requestId string required

    业务唯一值

    vaultId string required

    金库id

    walletId string required

    钱包id

    count integer

    创建多少个。默认值为 1,最大值 50。

    chainSymbol string required

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

    encoding int

    地址类型(1:LEGACY,2:SEGWIT_NATIVE,3:SEGWIT_NESTED,4:TAPROOT 不填默认为1:LEGACY)

Responses

successful operation


Schema
    code integer
    msg string
    data object[]
  • Array [
  • id string

    地址id

    address string

    链地址

    hdPath string

    地址对应的path

    encoding integer

    链地址 地址类型(1:LEGACY,2:SEGWIT_NATIVE,3:SEGWIT_NESTED,4:TAPROOT 不填默认为1:LEGACY)

    pubkey string

    公钥

  • ]
  • success boolean
Loading...