#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **Amount**  
  `string`  
  required  
  Amount in the standard unit, e.g., BTC

- **Asset**  
  `string`  
  required

- **BlockchainSpec**  
  `object`  
  Blockchain-specific transaction specification

- **MaxFee**  
    `string`  
    Amount in the standard unit, e.g., BTC

- **SubAddressIndex**  
    `integer`  
    required  
    ≥ 0  
    The zero-based index used in BIP-44 address derivation path

- **VaultId**  
    `int64`  
    required

### Response Example

```http
200 OK
```

### API Call

Base URL  
`https://api.your-wallet.blockdaemon-wallet.com/api/transactions/consolidateFunds`

```bash
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/transactions/consolidateFunds \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

`application/json`
