On this page

latest contributor to this doc

Last Edit:

@smk762

get_swap_transaction_fee_policy

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

parameterTypeDescription
coinstringTicker of the supported ETH/EVM coin/asset for which we want to view the fee policy for.

POST
get_swap_transaction_fee_policy
#!/bin/bash
curl --url "http://127.0.0.1:7783" --data '{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "get_swap_transaction_fee_policy",
  "mmrpc": "2.0",
  "params": {
    "coin": "ETH"
  }
}'

{
    "mmrpc": "2.0",
    "result": "High",
    "id": null
}