#### URL Expired

The URL for this request expired after 30 days.

| Field | Type | Description |
| :-- | :-- | :-- |
| caip19 | string | CAIP-19 identifier of the asset. If set, it will also return AssetDetails |
| asset_page | integer | which page in asset responses |
| asset_page_size | integer | how many assets in one page |
| add_vault | int64 | If set, will also include the Vault in AssetDetails |
| exclude_empty | boolean | If set, only Assets with currency will be returned |

### Response Codes

| Code | Description |
| :-- | :-- |
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Error |
| 502 | Bad Gateway |
| 504 | Gateway Timeout |
| default | Error |

---

### Base URL

`https://api.your-wallet.blockdaemon-wallet.com/api/transactions/transferDetails`

### Example Curl Request

```bash
curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/transactions/transferDetails \
     --header 'accept: application/json'
```

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

### Response Format

`application/json`
