Estimate fee
get
/v1/transactions/estimate_fee
Query parameters
fromstringRequired
address of the transaction author
tokenstringOptional
token address to lookup balance for
valuestringRequired
value of the transaction
Responses
200Success
application/json
400
Client error
application/json
404
Resource not found
application/json
408
Request timeout
application/json
422
Business logic error
application/json
500
Internal server error
application/json
get
/v1/transactions/estimate_feeGET /v1/transactions/estimate_fee?from=text&value=text HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
"fee": "1500000000"
}Last updated