v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayouts
Get fees for fiat amount
Computes the estimated original token amount required and estimated fees for a recipient to receive the provided fiat currency amount.
post/api/payouts/fees/fiat-to-token
Request body
Example request
{
"fiatFeeRequests": [
{
"tokenSymbol": "USDC"
}
]
}Response
Get payout fees for fiat amount
Example response
[
{
"estimatedTokenAmountRequired": {
"tokenSymbol": "USDC"
},
"feeTotal": {
"tokenSymbol": "USDC"
},
"fiatAmount": {
"fiatCurrencyCode": "USD"
},
"minTransactionValue": {
"tokenSymbol": "USDC"
},
"transactionFee": {
"tokenSymbol": "USDC"
}
}
]