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.
parameter | Type | Description |
---|---|---|
coin | string | Ticker of the coin/asset for which we want to view the fee policy for. |
POST
get_swap_transaction_fee_policy{
"userpass": "RPC_UserP@SSW0RD",
"method": "get_swap_transaction_fee_policy",
"mmrpc": "2.0",
"params": {
"coin": "ETH"
}
}
{
"mmrpc": "2.0",
"result": "High",
"id": null
}