Skip to main content

After the current vault settings switch, the address book that supports transfers

After the current vault settings switch, the address book that supports transfers

Request Body
    vaultId string required

    Vault id

    chainSymbol string required

    Chain name, abbreviation, chain identifier, unique

    pageIndex pageIndex

    Current page number, the first page is 1.

    pageSize pageSize

    Number of data items per page (not less than 1, not more than 50; default is 10)

Responses

successful operation


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

    Address

  • ]
  • success boolean
Loading...