v1
latestOpenAPI 3.1.02026-07-24590534.0 KBGet crypto withdrawal fees
Get a withdrawal fee for a specific currency.
get/users/me/fee_rule?currency={currency}&amount={amount}&network={network}
Path parameters
currency'btc' | 'usdt' | 'eth' | 'xaut' | 'usat' | 'xrp' | 'dash' | 'ltc' | 'trx' | 'doge' | 'bnb' | 'pol' | 'usdc' | 'aave' | 'shib' | 'dot' | 'link' | 'cake' | 'xlm' | 'axs' | 'fil' | 'babydoge' | 'ada' | 'one' | 'bch' | 'xtz' | 'sushi' | 'zil' | 'floki' | 'sol' | 'mana' | 'sand' | 'enj' | 'lrc' | 'cfx' | 'ape' | 'wld' | 'meme' | 'ens' | 'arb' | 'myro' | 'magatrump' | 'jup' | 'blur' | 'coq' | 'fet' | 'ai' | 'bob' | 'bome' | 'ton' | 'mog' | 'inj' | 'mnt' | 'beam' | 'mew' | 'gno' | 'waves' | 'trump' | 'pnut' | 'wlfi' | 'zk' | 'lsk' | 'axcnh' | 'qdx' | 'cngn' required
Allowed Currencies values: usdc, busd, btc, ltc, eth, xrp, usdt, dash, trx, doge, xrp, bnb, matic, shib, axs, safemoon, cake, xlm, aave, link.
networkstring required
Allowed Network: trc20, erc20, and bep20.
amountstring required
Amount to be withdrawn
Response
200
Example response
{
"status": "success",
"message": "Successful",
"data": {
"fee": 0.0001,
"type": "flat"
}
}