---
title: "Get Fee"
method: POST
path: "/sends/fee"
tags: ["Transactions"]
---

# Get Fee

`POST /sends/fee`

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.

A successful POST request typically returns a `200 OK` or `201 Created` response code.

## Request body

- object
  - `token` string, required — The stablecoin and network combination used for sending (e.g. USDC_SOL, USDT_TRC20). Determines which blockchain fee to calculate.

## Response `200`

Get Fee

- object
  - `gasFee` number
  - `gasToken` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
