Estimate fee

get
Query parameters
fromstringRequired

address of the transaction author

tokenstringOptional

token address to lookup balance for

valuestringRequired

value of the transaction

Responses
200Success
application/json
get
GET /v1/transactions/estimate_fee HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
  "fee": "1500000000"
}

Last updated