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

"message": "Params 'module' and 'action' are required parameters" on Tuber Build GQL API #116

Open
loxator opened this issue Oct 19, 2023 · 0 comments

Comments

@loxator
Copy link

loxator commented Oct 19, 2023

Hello, trying any query on https://tuber.build/graphiql returns the error:

"message": "Params 'module' and 'action' are required parameters",

query tried:

{
    transaction(
      hash: "0x082762f95047d39d612daafec832f88163f3815fde4ddd8944f2a5198a396e0f"
    ) {
      hash
      blockNumber
      value
      gasUsed
    }
  }

Any idea?

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