---
title: "Deposit Network Fee"
method: POST
path: "/v1/wallets/{walletId}/rewards/deposit/network-fee"
tags: ["Rewards"]
---

# Deposit Network Fee

`POST /v1/wallets/{walletId}/rewards/deposit/network-fee`

Previews the network fee and balances for a prospective deposit. Does not move funds.

### Body Parameters

| Key | Required | Type | Description |
| --- | --- | --- | --- |
| assetId | true | string (UUID) | The asset to deposit. |
| amount | true | string | Amount to deposit. |
| type | true | string | Strategy class: `regulated` (Fija, ERC-4626) or `defi` (Aave). |
| addressId | false | string (UUID) | Scope the operation to a sub-address. Omit to act on the master wallet. |

## Request body

- object
  - `assetId` string
  - `amount` string
  - `type` string
  - `addressId` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
