---
title: "Estimate network fee"
method: POST
path: "/blockchain_transfer/withdrawals/{blockchain}/estimate_network_fee"
---

# Estimate network fee

`POST /blockchain_transfer/withdrawals/{blockchain}/estimate_network_fee`

## Path parameters

- `blockchain` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Network fee ID.
    - `type` string — Request type.
    - `attributes` object
      - `blockchain` string — Token and network combination for the transaction.
      - `estimatedNetworkFee` string — Estimated amount required to cover the blockchain network fee.
      - `estimatedNetworkFeeCurrency` string — Currency in which the fee is charged.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/versions/9ceee2969aeb/schema)
