---
title: "Estimate Network Fee"
method: GET
path: "/v1/ramp/config/network-fee"
tags: ["Configuration"]
---

# Estimate Network Fee

`GET /v1/ramp/config/network-fee`

Get estimated network fee for withdrawal. Network fees are dynamic and adjust based on blockchain network congestion. It is recommended to call this endpoint before user initiates withdrawal to display estimated fees. Actual withdrawal fees may slightly differ from estimates. If network status is MAINTENANCE, withdrawals are temporarily unavailable.
[  *Stablecoin Account API Publisher Disclaimer*](/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer)

## Query parameters

- `asset` string, required
- `network` string, required
- `amount` string, required

## Headers

- `x-on-behalf-of` string

## Response `200`

Successfully retrieved network fee estimate

- NetworkFeeResponse
  - `code` integer, required
  - `message` string, required
  - `data` NetworkFee, required
    - `asset` string, required — Asset code
    - `network` string, required — Network code
    - `network_fee` string, required — Network fee amount
    - `processing_fee` string, required — Processing fee amount
    - `total_fee` string, required — Total fee amount
    - `fee_asset` string, required — Fee currency
    - `estimated_time` integer, required — Estimated arrival time in minutes
    - `network_status` 'NORMAL' | 'MAINTENANCE', required — Network status
    - `update_time` string, required — Fee update time
  - `fee_asset` string — Fee currency
  - `estimated_time` integer — Estimated arrival time in minutes
  - `network_status` string — Network status: NORMAL, MAINTENANCE
  - `update_time` string — Last update time

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
