v1

latestOpenAPI 3.1.02026-07-26460218.4 KB
Transactions

Get 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.

post/sends/fee

Request body

tokenstring required

The stablecoin and network combination used for sending (e.g. USDC_SOL, USDT_TRC20). Determines which blockchain fee to calculate.

Response

Get Fee

gasFeenumber
gasTokenstring

Example response

{
  "gasFee": 4.1342
}