| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Parameters

- **Amount**  
  type: string, required
- **CAIP19**  
  type: string, required
- **Destination**  
  type: string, required
- **FeePriority**  
  type: string, enum, required
  Allowed:  
  `Custom``High``Low``Medium`
- **FeeRate**  
  type: string
- **FromVaultId**  
  type: int64, required
- **Gross**  
  type: boolean, required  
  values: truefalse
- **IsInternal**  
  type: boolean, required  
  values: truefalse
- **Reference**  
  type: string, required
- **Asset**  
  type: string, deprecated
  Deprecated: use CAIP19. Asset abbreviation, e.g. ETH.
- **Protocol**  
  type: string, deprecated
  Deprecated: use CAIP19. Blockchain protocol, e.g. ethereum.
- **Network**  
  type: string, deprecated
  Deprecated: use CAIP19. Blockchain network, e.g. mainnet.
- **CantonMemo**  
  type: string, optional
  Optional memo/reason field that will be stored on the Canton blockchain ledger. Only applicable for Canton (CC) transfers.

### HTTP Response Codes

# ``200      OK

# ``400      Bad Request

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not Found

# ``409      Conflict

# ``500      Internal Error

# ``502      Bad Gateway

# ``504      Gateway Timeout

# ``default      Error

### Example Request

```bash
curl --request POST \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/transactions/transfer \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "FeePriority": "Custom",\n  "Gross": true,\n  "IsInternal": true\n}\n'```

### Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/transactions/transfer
