Transaction Fee
Get Transaction Fee
Get the transaction fee base on desire payment token
POST
API_URL/api/token/get-transaction-fee
HEADERS
client_id : 9b16ae5638534ae19...* client_secret : sk_9b16ae5638534ae...* content-type : application/json
Query string
Name | Type | Required |
---|---|---|
contract_address | string | No |
if no contract_address pass will use MasToken as Default
if invalid contract_address was pass will use MasToken
Sample result
{
"status": 200,
"result": {
"contract_address": "0xc02161D9e08E620d....",
"transaction_fee": 0.1
}
}