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

# Withdraw Network Fee

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

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

### Body Parameters

| Key | Required | Type | Description |
| --- | --- | --- | --- |
| assetId | true | string (UUID) | The asset to withdraw. |
| amount | true | string | Net amount to withdraw, or `"max"`. |
| 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)
