post http://ms-master-dev.herokuapp.com/api/app/txFee/editTxFee
Edit If has Transaction Fee
Log in to see full request history
Responses
Edit If has Transaction Fee
xxxxxxxxxx
12curl --request POST \
--url http://ms-master-dev.herokuapp.com/api/app/txFee/editTxFee \
--header 'Authorization: Bearer {token}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"txFeeParams": {
"isTxFee": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: