Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Add gas tx cost, /gas/:tx #4

Open
ethedev opened this issue Mar 21, 2021 · 1 comment
Open

API: Add gas tx cost, /gas/:tx #4

ethedev opened this issue Mar 21, 2021 · 1 comment

Comments

@ethedev
Copy link
Member

ethedev commented Mar 21, 2021

Gas / Tx

Gas cost

"/gas"
{
  "slow": 134,
  "normal": 134,
  "fast": 134
}

Transaction data

"/tx/:txHash"
{
  "fees": 0.0345115,
}
@ethedev ethedev assigned ghost Mar 24, 2021
@ghost
Copy link

ghost commented Aug 3, 2021

We should take care of EIP-1559 in this endpoint.

@ethedev ethedev added this to the API Migrations milestone Aug 16, 2021
@ethedev ethedev unassigned ghost Nov 7, 2021
@ethedev ethedev added this to Yam Jan 24, 2022
@ethedev ethedev moved this to To do in Yam Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant