Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.17 KB

MerchantApi.md

File metadata and controls

39 lines (21 loc) · 1.17 KB

\MerchantApi

All URIs are relative to https://testnet.mvcapi.com

Method HTTP request Description
merchant_utxo_post POST /merchant/utxo Pick utxos by addresses and amount.

merchant_utxo_post

Veccrate::models::AddressUtxo merchant_utxo_post(utxo_pick_request) Pick utxos by addresses and amount.

Selects a set of Utxos with total value higher than the given amount from a given address list . In case of HD wallets, multiple addresses can be specified.

Parameters

Name Type Description Required Notes
utxo_pick_request Option<UtxoPickRequest>

Return type

Veccrate::models::AddressUtxo

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]