Skip to main content

Query the chain with the added address under the specified wallet and its first address information

Query the chain with the added address under the specified wallet and its first address information

Request Body
    vaultId string required

    Vault id

    walletId string required

    wallet id

Responses

successful operation


Schema
    code integer
    msg string
    data object[]
  • Array [
  • chainSymbol string required

    Chain name, abbreviation, chain identifier

    firstAddressInfo object required

    Address information

    id string

    Address id

    address string

    Chain address

    hdPath string

    The path corresponding to the address

    encoding integer

    Chain address Address type 1:LEGACY,2:SEGWIT_NATIVE,3:SEGWIT_NESTED,4:TAPROOT

    pubkey string

    Public key

  • ]
  • success boolean
Loading...