On this page

latest contributor to this doc

Last Edit:

@smk762

Get Swap Transaction Fee Policy

API-v2get_swap_transaction_fee_policy

The get_swap_transaction_fee_policy method allows you to get the current gas fee policy used when estimating swap transaction fees for supported ETH/EVM coins or tokens.

ParameterTypeRequiredDescription
coinstringTicker of the supported ETH/EVM coin or asset for which you want to view the fee policy.

ParameterTypeDescription
resultstringThe current fee policy for the specified coin.

Get Swap Transaction Fee Policy

POST
get_swap_transaction_fee_policy
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_swap_transaction_fee_policy",
  "mmrpc": "2.0",
  "params": {
    "coin": "ETH"
  }
}