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.
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | Ticker of the supported ETH/EVM coin or asset for which you want to view the fee policy. |
Parameter | Type | Description |
---|---|---|
result | string | The 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"
}
}