v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayouts
Get fees for token amount
Computes the expected fees for a given token amount and payout fiat currency.
post/api/payouts/fees/token-to-fiat
Request body
Example request
{
"tokenFeeRequests": [
{
"amount": {
"tokenSymbol": "USDC"
}
}
]
}Response
Payout fees for token amount
Example response
[
{
"estimatedFiatAmount": {
"fiatCurrencyCode": "USD"
},
"feeTotal": {
"tokenSymbol": "USDC"
},
"minTransactionValue": {
"tokenSymbol": "USDC"
},
"tokenAmount": {
"tokenSymbol": "USDC"
},
"transactionFee": {
"tokenSymbol": "USDC"
}
}
]