---
title: "Get refund gas fee"
method: POST
path: "/open-api/v3/cryptoconnect/refunds/fees"
tags: ["Blockchain Refund"]
---

# Get refund gas fee

`POST /open-api/v3/cryptoconnect/refunds/fees`

Preview blockchain refund gas fee.

## Request body

- BlockchainRefundPreviewRequest
  - `currency` 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'WUSD', required
  - `chain` 'ARB' | 'AVAX' | 'BASE' | 'BNB' | 'BTC' | 'ETH' | 'MATIC' | 'OP' | 'SOL' | 'TON' | 'TRX', required

## Response `200`

The request has succeeded.

- object
  - `code` string, required — Code
  - `message` string, required — Message
  - `data` RefundFee[], required — Data
    - `currency` 'BTC' | 'ETH' | 'USDC' | 'USDT' | 'WUSD', required
    - `amount` string, number, required — The transaction amount.
    - `type` 'GAS', required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
