---
title: "Master Wallet Withdraw Network Fee"
method: POST
path: "/v1/gateway/withdraw/network-fee"
tags: ["Gateway"]
---

# Master Wallet Withdraw Network Fee

`POST /v1/gateway/withdraw/network-fee`

This endpoint allows you get network fee for a gateway withdrawal.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| amount | true | string | The amount to be deposited. |
| address | true | string | The receipient address. |
| blockchain | true | string | The blockchain network. |
| reference | false | string | This would be the transaction reference |
| metadata | false | object | This would be atteched to the transaction payload |

## Request body

- object
  - `amount` string

## Response `200`

200

- object
  - `data` object
    - `estimatedArrivalTime` number
    - `nativeBalance` string
    - `nativeBalanceInUSD` string
    - `networkFee` string
    - `networkFeeInUSD` string
    - `transactionFee` number
  - `message` string
  - `statusCode` number

---

[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)
