Skip to main content

Paginated query btc spendable utxo list

Paginated query btc spendable utxo list

Request Body
    chainSymbol string required

    Chain Identifier

    from string required

    from address

    page integer

    Page number; default is 1 if not specified

    pageSize integer

    The number of rows of data per page. If not specified, the default value is 100, and the maximum value is 1000.

    sort integer

    1-ace;2-desc;Do not pass the default desc

    sortType string

    amount || id;Do not pass the default amount

Responses

successful operation


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

    Vins list

  • Array [
  • id integer

    vout ID

    transactionHash string

    tx hash

    voutIndex integer

    transfer index,Represents the current location of unspent transactions

    address string

    Transaction address

    amount integer

    Transaction amount

  • ]
  • success boolean
Loading...