---
title: "Get Withdrawal Fee Estimate"
method: POST
path: "/wallets/send/initiate/onchain/fee-estimate"
---

# Get Withdrawal Fee Estimate

`POST /wallets/send/initiate/onchain/fee-estimate`

Get a fee estimate for an onchain withdrawal without triggering a withdrawal

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — The Id of the user who is sending this transaction
  - `sourceAccountId` string, required — The Id of the account to debit
  - `whitelistedAddressId` string, required — The Id of the whitelisted destination
  - `amount` string, required — The amount denominated in the smallest divisible unit of the sending currency. For example: cents or satoshis
  - `fixedFee` string — Optional fixedFee in Euro cents to override the default application fee configuration. This amount can only be <= the default configured amount for this transaction type.
  - `percentFeeBps` string — Optional percentage fee in bps to override the default application fee configuration. This amount can only be <= the default configured amount for this transaction type.

## Response `200`

200

- object
  - `totalFee` string
  - `networkFee` string
  - `ourFee` string
  - `theirFee` string
  - `feeCurrency` string
  - `gasLimit` string
  - `gasPrice` string
  - `fixedFeeDetails` object
    - `amount` string
    - `exchangeRate` string
    - `appliedFeeCents` string
  - `percentageFeeDetails` object
    - `amount` string
    - `appliedFeeBps` string

---

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