GetMemoFee
GET
Query the change history of the fee charged for attaching a memo to a transaction.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Responses
pricesstring
Full memo fee history. Each change is separated by a comma in the format timestamp:fee, where the timestamp is in milliseconds and the fee is in sun.cURL
curl -X GET 'https://tron-mainnet.nodit.io/wallet/getmemofee' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'