GasUsage , fee calculation #6173
Locked
Answered
by
dd45e640b42e6da7da96faee3996ef7c
sankararaokgmail
asked this question in
General Q&A
-
how to get the GasUsage , to calculate the burn fee? Is there a API to get this information? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
no. you can get an estimate via api calls - but the final result is fixed when the message got included in a block. https://docs.filecoin.io/build/get-started/ might be worth a look for how to access a nodes api |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
de-authority
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no. you can get an estimate via api calls - but the final result is fixed when the message got included in a block.
https://docs.filecoin.io/build/get-started/ might be worth a look for how to access a nodes api