Skip to main content

Return utxos and some helpful information regarding it.

GET 

/wallet/utxo-filter

Return utxos and some helpful information regarding it.

Request

Query Parameters

    max_utxos integer

    Maximum number of utxos to return. Default to MAX_INPUTS (255)

    token string

    Token to filter the utxos. If not sent, we select only HTR utxos.

    filter_address string

    Address to filter the utxos.

    amount_smaller_than integer

    Maximum limit of utxo amount to filter the utxos list. We will return only utxos that have an amount lower than this value. Integer representation of decimals, i.e. 100 = 1.00.

    amount_bigger_than integer

    Minimum limit of utxo amount to filter the utxos list. We will return only utxos that have an amount bigger than this value. Integer representation of decimals, i.e. 100 = 1.00.

    maximum_amount integer

    Limit the maximum total amount to return summing all utxos. Integer representation of decimals, i.e. 100 = 1.00.

    only_available_utxos boolean

    Get only available utxos, ignoring locked ones. Defaults to false.

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Responses

Return utxos

Schema

    any

Loading...